0.1.5 • Published 5 years ago
@iceworks/eslint-plugin-security-practices v0.1.5
@iceworks/eslint-plugin-security-practices
Iceworks doctor security practices eslint plugin.
Installation
Install esLint, @ice/spec and @iceworks/eslint-plugin-security-practices:
$ npm install --save-dev eslint @ice/spec @iceworks/eslint-plugin-security-practicesUsage
Add security-practices to the plugins section of your .eslintrc configuration file.
{
"plugins": [
"@iceworks/security-practices"
]
}Then configure the rules you want to use under the rules section.
{
"plugins": [
"@iceworks/security-practices"
],
"rules": {
"@iceworks/security-practices/rule-name": 2
}
}Or you can only use extends to set default rules config.
{
"extends": ["plugin:@iceworks/security-practices/recommended"]
};Supported Rules
no-http-urlRecommended the http url switch to HTTPS.no-internal-urlThe group internal url is not recommended.no-patent-licensesRecommend using the dependency with Open-Source license.no-secret-infoDon't showpasswordtokenandsecretin plain text.no-sensitive-wordDon't use some sensitive word.
0.1.5
5 years ago
0.1.5-beta.8
5 years ago
0.1.5-beta.7
5 years ago
0.1.5-beta.6
5 years ago
0.1.5-beta.5
5 years ago
0.1.5-beta.2
5 years ago
0.1.5-beta.4
5 years ago
0.1.5-beta.3
5 years ago
0.1.5-beta.1
5 years ago
0.1.4-beta.5
5 years ago
0.1.4
5 years ago
0.1.4-beta.2
5 years ago
0.1.4-beta.3
5 years ago
0.1.4-beta.4
5 years ago
0.1.4-beta.1
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.1-beta.5
5 years ago
0.1.1-beta.4
5 years ago
0.1.1-beta.3
5 years ago
0.1.1-beta.2
5 years ago
0.1.1-beta.1
5 years ago
0.1.0
5 years ago
0.1.0-beta.2
5 years ago
0.1.0-beta.1
5 years ago