0.1.3 • Published 6 years ago
eslint-config-slightlyblack v0.1.3
eslint-config-slightlyblack
This is a configuration for ESLint, based on eslint-config-es. It contains strict rules for ES2015+ and TypeScript.
Requirements
- eslint
- typescript (optional)
Installation
Install eslint and eslint-config-slightlyblack:
npm install --save-dev eslint eslint-config-slightlyblackUsage
Create a .eslintrc.json file in your project and use the extends keyword to extend from this configuration:
{
"extends": "es/node"
}Versioning
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License. See the LICENSE file for details.