@puresec/eslint-config-base

PureSec's base eslint configuration.

Usage no npm install needed!

<script type="module">
  import puresecEslintConfigBase from 'https://cdn.skypack.dev/@puresec/eslint-config-base';
</script>

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)