0.6.8 • Published 5 months ago

@code-expert/eslint-config-prettier-typescript-react v0.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

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

5 months ago

0.6.7

10 months ago

0.6.3

1 year ago

0.6.5

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

2 years ago

0.3.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago