0.4.7 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.4.5

1 year ago

0.4.3

1 year ago

0.4.1

1 year ago

0.4.2

1 year ago

0.3.0

2 years ago

0.4.0

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

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