0.0.1-2 • Published 2 years ago

yuake-plugin v0.0.1-2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

yuake-fe-eslint-plugin

安装

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

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

使用

引入插件

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

使用 presets

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

支持的规则

0.0.1-2

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

0.0.4

2 years ago