1.1.2 • Published 9 months ago

bncode-fe-eslint-plugin v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

bncode-fe-eslint-plugin

安装

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

$ npm install bncode-fe-eslint-plugin eslint --save-dev

使用

引入插件

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

使用 presets

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

支持的规则

1.1.2

9 months ago