dandandancj / eslint-config

eslint shareable config for efe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ecomfe/eslint-config

EFE团队使用的eslint配置。

使用方式

.eslintrc.json中使用:

{
    "extends": "@ecomfe/eslint-config"
}

也可开启严格模式:

{
    "extends": "@ecomfe/eslint-config/strict"
}

扩展

你可以自行安装eslint-plugin-reacteslint-plugin-import这两个插件来启用对应的规则,仅安装即可,不需要额外配置。

细节

默认配置index.jsfecs相同,但临时移除了fecs-*的规则。

严格版配置strict.js开启了更严格的规则,也会有更为活跃的变化(如引入新的插件等)。

当前index.jsstrict.js并没有完全同步,但两者均有很高的可用性。

About

eslint shareable config for efe

License:MIT License


Languages

Language:JavaScript 100.0%