@xyfebaby/eslint-config-ts
v0.3.2
Published
适用于ts项目的eslint配置
Readme
@xyfebaby/eslint-config-ts
适用于 ts 项目的 eslint 配置
Usage
yarn add @xyfebaby/eslint-config-ts// .eslintrc.js 不建议使用简称
module.exports = {
extends: ["@xyfebaby/eslint-config-ts"],
};