Licence
MIT
Version
1.10.0
Deps
9
Size
7 kB
Vulns
0
Weekly
0
Explain
This project uses parser "babel-eslint"
And plugin "import", "node", "promise", "standard".
Inherits "standard"
Install
npm install eslint -D
npm install eslint-config-manpacker -D
Usage
- Add
.eslintrcfile to your project.
Or.eslintrcfile does not exist, Create a new file.
npx eslint --init
Configuration content of file.
{
"extends": ["manpacker"]
}
- You can add a configuration entry to the
package.jsonfile as follows.
"eslintConfig": {
"extends": ["manpacker"]
}
Refer to the following configuration.
Example:
"eslintConfig": {
"root": true,
"extends": ["manpacker"],
"rules": {}
}