Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-manpacker

manpackers42MIT1.10.0

Manpacker Javascirpt eslint style config standard code style

standard, eslint, manpacker, eslintconfig, standard style, code style, check

readme

npm npm bundle size npm NPM

nodei.co

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  .eslintrc   file to your project.  
    Or .eslintrc file 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.json file as follows.
"eslintConfig": {
  "extends": ["manpacker"]
}

Refer to the following configuration.
Example:

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

Npm

link