@puresec/eslint-config-base
v1.0.0
Published
PureSec's base eslint configuration.
Downloads
1
Readme
@puresec/eslint-config-base
Usage
In your project run:
npm install --save-dev eslint @puresec/eslint-config-base
Then create a file called .eslintrc.yml
in your root directory:
extends: @puresec/eslint-config-base
Development
Publish a new version
Set the "version"
in package.json
, then run:
npm publish --access public
(if you have permissions)