5.0.0 • Published 11 months ago

null-eslint-plugin v5.0.0

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

null-eslint-plugin

eslint 插件

安装

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

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

使用

引入插件

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

使用 presets

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

支持的规则

5.0.0

11 months ago

4.0.2

11 months ago

4.0.1

11 months ago

4.0.0

11 months ago

3.0.0

11 months ago

2.0.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago