1.10.0 • Published 3 years ago

eslint-config-manpacker-react v1.10.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

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

1.10.0

3 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago