eslint-config-flyacts
v0.3.1
Published
The eslint config of FLYACTS GmbH
Maintainers
Readme
ESLint shareable config for FLYACTS GmbH
Installation
$ npm install --global eslint eslint-config-flyactsUsage
Once the eslint-config-flyacts package is installed, you can use it by specifying flyacts in the extends section of your ESLint configuration.
{
"extends": "flyacts",
"rules": {
// Additional, per-project rules...
}
}License
MIT © 2016 FLYACTS GmbH
