This package has been deprecated

Author message:

This package has been deprecated. Please use https://www.npmjs.com/package/@jsxiaosi/eslint-config

@jsxiaosi/eslint-config-react

1.0.2 • Public • Published

@jsxiaosi/eslint-config-react(弃用)

[!CAUTION] @jsxiaosi/eslint-config-react 已经被弃用,请使用@jsxiaosi/eslint-config

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

安装

pnpm add -D @jsxiaosi/eslint-config-react

配置eslint.config

import jsxiaosiConfig from "@jsxiaosi/eslint-config-react"

export default [
  ...jsxiaosiConfig,

  // {...}  you config
]

添加命令

{
  "lint:fix": "eslint . --fix",
  "tsc": "tsc --noEmit --skipLibCheck",
}

VS Code 自动修复

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

Readme

Keywords

Package Sidebar

Install

npm i @jsxiaosi/eslint-config-react

Weekly Downloads

18

Version

1.0.2

License

MIT

Unpacked Size

4.99 kB

Total Files

4

Last publish

Collaborators

  • jsxiaosi