0.0.8 • Published 2 years ago

@changanauto/typescript-eslint-config v0.0.8

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

使用方式

yarn add @changanauto/typescript-eslint-config --dev
// .eslintrc.js
module.exports = {
  extends: ['@changanauto/typescript-eslint-config'],
  rules: {
    // 自定义你的规则
  }
}