1.0.0 • Published 10 months ago

qcxn-eslint-plugin v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

qcxn-eslint-plugin

安装

除了本包,你需要同时安装 Eslint

npm install qcxn-eslint-plugin eslint --save-dev

使用

引入插件

// .eslintrc.js
module.exports = {
  plugin: ['qcxn-eslint-plugin'],
  rules: {
    'qcxn-eslint-plugin/no-secret-info': 'error',
  },
}

使用 presets

// .eslintrc.js
module.exports = {
  extends: 'plugin:qcxn-eslint-plugin/recommended',
}

支持的规则

1.0.0

10 months ago