eslint-config

1000ch's ESLint config.

Downloads
104
Stars
4
Committers
1

eslint-config

Install

npm install --save-dev @1000ch/eslint-config

Usage

In .eslintrc:

{
  "extends": [
    "@1000ch/eslint-config"
  ]
}

In package.json:

{
  "eslintConfig": {
    "extends": [
      "@1000ch/eslint-config"
    ]
  }
}

License

MIT © Shogo Sensui

Package Rankings
Top 10.51% on Npmjs.org
Badges
Extracted from project README
Build Status devDependency Status peerDependency Status