0.4.7 • Published 2 years ago

@code-expert/eslint-config-prettier-react v0.4.7

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

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

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

2 years ago

0.4.5

2 years ago

0.4.3

2 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

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