UNPKG

eslint-plugin-vuln-regex-detector

Version:

Detect vulnerable regexes using the vuln-regex-detector module.

13 lines (12 loc) 177 B
{ "extends": "standard", "rules": { "no-multi-spaces": 0, "semi": [2, "always"], "indent": ["error", "tab"], "no-tabs": 0 }, "plugins": [ "mocha" ] }