Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@efox/eslint-config-react-prittier-ts

efoxTeam318MTI1.2.7

emp eslint

readme

Efox 中台代码规范

依赖库

  • Eslint
  • React
  • Prittier
  • Typescript

安装

  • npm i @efox/eslint-config-react-prittier-ts --dev or
  • yarn add @efox/eslint-config-react-prittier-ts -D

使用 yarn 如果出现错误的话 需要补充安装 yarn add eslint-plugin-prettier@latest -D

配置

  • .eslintrc.js 中加入 :
    module.exports = {
    "extends": ["@efox/eslint-config-react-prittier-ts"]
    }

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.3 (2020-11-19)

Note: Version bump only for package @efox/eslint-config-react-prittier-ts

1.2.1 (2020-11-12)

Note: Version bump only for package @efox/eslint-config-react-prittier-ts

1.2.0 (2020-11-12)

Bug Fixes

Features