2.0.6 • Published 9 years ago
eslint-config-liflandgaming v2.0.6
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 eslintAdd 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"
}