0.1.3 • Published 4 years ago

eslint-config-slightlyblack v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-config-slightlyblack

This is a configuration for ESLint, based on eslint-config-es. It contains strict rules for ES2015+ and TypeScript.

Requirements

Installation

Install eslint and eslint-config-slightlyblack:

npm install --save-dev eslint eslint-config-slightlyblack

Usage

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.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago