eslint-plugin-nextjs-venerability-checker
v1.0.1
Published
Eslint plugin to check for vulnerabilities in the nextjs project.
Downloads
2
Maintainers
Readme
eslint-plugin-nextjs-venerability-checker
This plugin is used to check for vulnerabilities in the nextjs project.
Installation
pnpm install eslint-plugin-nextjs-venerability-checker
Usage
You can Add this plugin to default nextjs eslint configuration.
{
"extends": "next",
"plugins": [
"nextjs-venerability-checker"
],
"rules": {
"nextjs-venerability-checker/<CVE-code>": "error"
}
}