eslint-plugin-secure-webapp

1.1.1 • Public • Published

ESLint Plug-in for Secure Web Applications

npm version

  • This is a plug-in for ESLint that provides custom rules used by me to safeguard against basic web application vulnerabilities.

Setup

  1. Setup the plug-in by running the setup command.

    yarn setup;
  2. Update the following in your .eslintrc.json file.

    "plugins": ["secure-webapp"],
    "rules": {
     "secure-webapp/no-json-parse": 1,
    },

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-secure-webapp

Weekly Downloads

28

Version

1.1.1

License

MIT

Unpacked Size

5.99 kB

Total Files

6

Last publish

Collaborators

  • juliussneezer04