0.10.3 • Published 6 years ago

@pixelindustries/eslint-config v0.10.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

npm version

About

This configuration for ESLint mirrors the Javascript code style guide of Pixelindustries, and allows developers to get started quickly.

Installation

Install the package with npm:

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

Create a .eslintrc.json file in the root of your project, and place the contents below:

{
  "extends": "@pixelindustries"
}

That's it! Any eslint process running from within your project root will now automatically pick up the PXL configuration.

Peer dependencies

###eslint

This package is useless without eslint@^4.0.0. Read more on getting started with eslint in the Pixelindustries ESLint guide. Take special note of the section about module scope for global installations when using this package.

0.10.3

6 years ago

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago