eslint-plugin-secure-webapp
v1.1.1
Published
[](https://badge.fury.io/js/eslint-plugin-secure-webapp)
Readme
ESLint Plug-in for Secure Web Applications
- This is a plug-in for ESLint that provides custom rules used by me to safeguard against basic web application vulnerabilities.
Setup
Setup the plug-in by running the setup command.
yarn setup;Update the following in your
.eslintrc.jsonfile."plugins": ["secure-webapp"], "rules": { "secure-webapp/no-json-parse": 1, },
