eslint-plugin-toss-eslint-security
Toss Security-tech Frontend SAST
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-toss-eslint-security
:
npm install eslint-plugin-toss-eslint-security --save-dev
Usage
Add toss-eslint-security
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"toss-eslint-security"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"toss-eslint-security/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here