0.0.1-beta.4 • Published 4 years ago

@zohodesk/eslint-plugin-zsecurity v0.0.1-beta.4

Weekly downloads
271
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-security

To prevent from xss and to make secure build

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-zsecurity:

$ npm install eslint-plugin-zsecurity --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-zsecurity globally.

Usage

Add @zohodesk/zsecurity to the plugins section of your .eslintrc configuration file.

{
  "plugins": ["@zohodesk/zsecurity"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "@zohodesk/zsecurity/rule-name": 2
  }
}

List of supported rules

  • @zohodesk/zsecurity/no-unsecure-html,
  • @zohodesk/zsecurity/no-protocol-check