2.0.6 • Published 7 years ago

eslint-config-liflandgaming v2.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago