1.1.8 • Published 2 years ago
@ckclinter/eslint-plugin-encode v1.1.8
@ckclinter/eslint-plugin-encode
安装
除了本包,你需要同时安装 ESlint
$ npm install @ckclinter/eslint-plugin-encode eslint --save-dev使用
引入插件
// .eslintrc.js
module.exports = {
plugin: ['@ckclinter/eslint-config-encode'],
rules: {
'@ckclinter/eslint-plugin-encode/no-secret-info': 'error',
},
};使用 presets
// .eslintrc.js
module.exports = {
extends: 'plugin:@ckclinter/eslint-plugin-encode/recommended',
};支持的规则
no-broad-semantic-versioning不要指定宽泛的版本范围no-http-url使用 HTTPS 协议头的 URL,而不是 HTTPno-js-in-ts-project不要在 TS 项目中使用 JSno-secret-info不要在代码中直接设置passwordtokenandsecret信息
1.1.8
2 years ago