3.0.1 • Published 10 months ago
@exolnet/eslint-config-base v3.0.1
@exolnet/eslint-config-base
ESLint configuration for JavaScript projects used at eXolnet.
Installation
Install this package, and save it as a devDependency
:
npm install --save-dev @exolnet/eslint-config-base
Then have your project's .eslintrc.json
file extend the ruleset.
{
"extends": "@exolnet/eslint-config-base"
}
If you are using YAML or JavaScript for your ESLint configuration file format ensure you use the correct syntax for the language used.
License
Copyright © eXolnet. All rights reserved.
This code is licensed under the MIT license. Please see the license file for more information.