1.1.1 • Published 1 year ago

eslint-plugin-ants v1.1.1

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

eslint-plugin-ants

安装

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

npm install eslint-plugin-ants eslint --save-dev

pnpm add -D eslint-plugin-ants eslint

使用

// .eslintrc.js
module.exports = {
  plugin: ['ants'],
  rules: {
    'ants/no-secret-info': 'error',
    'ants/no-http-url': 'warn',
    'ants/no-broad-semantic-versioning': 'warn',
    'ants/no-js-in-ts-project': 'warn',
  },
};

支持的规则

1.1.1

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago