0.1.3 • Published 1 year ago

@stitch007/eslint-config-ts v0.1.3

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

@stitch007/eslint-config-ts

使用

安装依赖

# npm i -D @stitch007/eslint-config-ts
# yarn add -D @stitch007/eslint-config-ts
pnpm i -D @stitch007/eslint-config-ts

配置文件

// .eslintrc.js
module.exports = {
  extends: ['@stitch007/eslint-config-ts'],
}