0.0.1 • Published 8 years ago
eslint-config-cfischer v0.0.1
eslint-config
ESLint shareable config
Installation
$ npm install --save-dev eslint eslint-config-cfischerUsage
Once the eslint-config-cfischer package is installed, you can use it by specifying cfischer in the extends section of your ESLint configuration.
{
"extends": "cfischer",
"rules": {
// Additional, per-project rules...
}
}License
Apache-2 © Christian Fischer
0.0.1
8 years ago