eslint-plugin-nextjs-venerability-checker

1.0.1 • Public • Published

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

Supported CVEs

Package Sidebar

Install

npm i eslint-plugin-nextjs-venerability-checker

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

3.83 kB

Total Files

5

Last publish

Collaborators

  • alasin