Skip to content

规范 ​

@efox/eslint-config-react ​

  • 提供 react typescript eslint 支持

安装 ​

pnpm add @efox/eslint-config-react
pnpm add @efox/eslint-config-react

配置 ​

根目录创建 .eslintrc.js

js
module.exports = {
  extends: ['@efox/eslint-config-react'],
}
module.exports = {
  extends: ['@efox/eslint-config-react'],
}

@efox/eslint-config-vue ​

  • 提供 vue2 eslint 支持

安装 ​

pnpm add @efox/eslint-config-vue
pnpm add @efox/eslint-config-vue

配置 ​

根目录创建 .eslintrc.js

js
module.exports = {
  extends: ['@efox/eslint-config-vue'],
}
module.exports = {
  extends: ['@efox/eslint-config-vue'],
}

Released under the MIT License.