0.0.11 • Published 1 month ago

xy-eslint-plugin v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

xy-eslint-plugin

安装

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

$ npm install xy-eslint-plugin eslint --save-dev

使用

引入插件

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

使用 presets

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

1 month ago

0.0.11

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.7

1 month ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.2

2 months ago