@pixore/eslint-config

0.0.1 • Public • Published

eslint-plugin-pixore

Official pixore lint config

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @pixore/eslint-config:

$ npm install @pixore/eslint-config --save-dev

Note: 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"]
}

Readme

Keywords

Package Sidebar

Install

npm i @pixore/eslint-config

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.25 kB

Total Files

6

Last publish

Collaborators

  • albizures