eas-eslint-config-base
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

eas-eslint-config-base

  • 合理的默认配置
  • 无需配合Prettier也能自动修复格式化
  • 使用简单无需繁琐的添加配置

安装

pnpm add -D eas-eslint-config-base

配置.eslintrc

{
  "extends": ["eas-eslint-config-base"]
}

添加命令

{
  "lint:fix": "eslint . --fix"
}

VS Code 自动修复

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eas-eslint-config-base

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

31.1 kB

Total Files

8

Last publish

Collaborators

  • jallenhou