0.0.1 • Published 7 years ago

eslint-config-cfischer v0.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

eslint-config

ESLint shareable config

Installation

$ npm install --save-dev eslint eslint-config-cfischer

Usage

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