0.5.8 • Published 2 years ago

@code-expert/eslint-config-typescript-react v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@code-expert/typescript-react'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@code-expert/typescript-react"
    }
}
0.5.8

2 years ago

0.5.7

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago