eslint-config-manpacker-react

1.10.0 • Public • Published

npm npm bundle size npm NPM

nodei.co

Explain

This project uses parser "babel-eslint"
And plugin "react".
Inherits "manpacker"

Install

npm install eslint -D

npm install eslint-config-manpacker-react -D

Usage

  • Add  .eslintrc   file to your project.  
    Or .eslintrc file does not exist, Create a new file.
npx eslint --init

Configuration content of file.

{
  "extends": ["manpacker-react"]
}
  • You can add a configuration entry to the package.json file as follows.
"eslintConfig": {
  "extends": ["manpacker-react"]
}

Refer to the following configuration.
Example:

"eslintConfig": {
  "root": true,
  "extends": ["manpacker-react"],
  "rules": {}
}

Npm

link

Package Sidebar

Install

npm i eslint-config-manpacker-react

Weekly Downloads

3

Version

1.10.0

License

MIT

Unpacked Size

5.11 kB

Total Files

8

Last publish

Collaborators

  • winterfete