0.0.1 • Published 7 years ago
@pixore/eslint-config v0.0.1
eslint-plugin-pixore
Official pixore lint config
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install @pixore/eslint-config:
$ npm install @pixore/eslint-config --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install @pixore/eslint-config globally.
Usage
Add pixore to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["@pixore"]
}If your are using React, add the specific configuration for it:
{
"plugins": ["@pixore/eslint-config/react"]
}