2.0.6 • Published 8 years ago

eslint-config-liflandgaming v2.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

eslint-config-liflandgaming

:shipit: liflandgaming eslint configuration

Usage

Default

The default ESLint configuration lints for ES6.

Install the default configuration package and eslint dependency:

npm install --save-dev eslint-config-liflandgaming eslint

Add the config to a .eslintrc.json file or the eslintConfig object in package.json using the ESLint extends attribute:

{
  "extends": "liflandgaming"
}

Testing

A module for test-specific rules is available.

Add the config to a .eslintrc.json file or the eslintConfig object in package.json using the ESLint extends attribute:

{
  "extends": "liflandgaming/test"
}
2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago