0.1.15 • Published 3 years ago

@ntnyq/eslint-config-typescript-react v0.1.15

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

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"
    }
}
0.1.15

3 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.3

5 years ago

0.1.0

5 years ago