0.8.2 • Published 3 years ago

@innei-util/eslint-config-ts v0.8.2

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

@innei-util/eslint-ts

简介

在个人项目中统一 eslint-ts 的配置,将之封装为 npm 包(实验性)。

使用

安装依赖

yarn add -D @innei-util/eslint-ts

package.json 中配置

{
  "eslintConfig": {
    "extends": ["@innei-util/eslint-ts"]
  }
}