0.3.1 • Published 6 years ago

eslint-config-flyacts v0.3.1

Weekly downloads
11
License
-
Repository
-
Last release
6 years ago

ESLint shareable config for FLYACTS GmbH

Installation

$ npm install --global eslint eslint-config-flyacts

Usage

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