0.1.3 • Published 2 years ago

@gorrion/eslint-config-security v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@gorrion/eslint-config-security

ESLint Security config used at Gorrion Software House

Installation

Install the packages using npm (or yarn or pnpm)

npm install --save-dev eslint @gorrion/eslint-config-security eslint-plugin-security

This will allow you to use the security package.

Usage

Then add the extends to your .eslintrc.js:

module.exports = {
  extends: "@gorrion/eslint-config-security",
  rules: {
    // your overrides
  },
};

Check also

Don't forget to check @gorrion/eslint-config