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,
    },

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    1
  • 1.1.0
    0
  • 1.0.5
    5
  • 1.0.4
    0

Package Sidebar

Install

npm i eslint-plugin-secure-webapp

Weekly Downloads

6

Version

1.1.1

License

MIT

Unpacked Size

5.99 kB

Total Files

6

Last publish

Collaborators

  • juliussneezer04