1.0.0 • Published 6 years ago

@puresec/eslint-config-base v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@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)