1.0.2-develop • Published 6 years ago

@peakactivity/eslint-config-peakactivity v1.0.2-develop

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

eslint-config-peakactivity

Module to provide a linter config for Peak Activity's set of rules

Usage

Add the package to your node project

npm install @peakactivity/eslint-config-peakactivity --save-dev

Once installed you can set eslint to use it in a config file like:

{
    "extends": "standard",
    "env": {
        "node": true,
        "mocha": true
    }
}

References

  1. https://eslint.org/docs/user-guide/configuring
  2. https://eslint.org/docs/developer-guide/shareable-configs

For an example of all this in action see this repo:

https://bitbucket.org/citypeakactivity/ms-catalog

1.0.2-develop

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago