@ntnyq/eslint-config-typescript-react

0.1.15 • Public • Published

EsLint config for React.js and TypeScript

Usage

Install

$ npm i @ntnyq/eslint-config-typescript-react -D
# OR
$ yarn add @ntnyq/eslint-config-typescript-react -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@ntnyq/typescript-react'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@ntnyq/typescript-react"
    }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.156latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.156
0.1.141
0.1.131
0.1.121
0.1.111
0.1.101
0.1.91
0.1.81
0.1.71
0.1.61
0.1.51
0.1.41
0.1.31
0.1.21
0.1.11
0.1.01

Package Sidebar

Install

npm i @ntnyq/eslint-config-typescript-react

Weekly Downloads

21

Version

0.1.15

License

MIT

Unpacked Size

2.5 kB

Total Files

4

Last publish

Collaborators

  • ntnyq