@changanauto/eslint-config-typescript
v0.0.21
Published
typescript and eslint config
Downloads
4
Readme
使用方式
yarn add @changanauto/eslint-config-typescript --dev
// .eslintrc.js
module.exports = {
extends: ['@changanauto/eslint-config-typescript'],
rules: {
// 自定义你的规则
}
}