1.1.1 • Published 8 months ago

eslint-plugin-secure-webapp v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

8 months ago

1.1.0

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago