1 Star 0 Fork 16

韩子龙/Insomnia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Gregory Schier 提交于 2019-11-22 13:31 . Add test and fix conflicts
{
"parser": "babel-eslint",
"extends": ["semistandard", "plugin:flowtype/recommended"],
"plugins": ["react", "jest", "html", "json", "filenames", "flowtype"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"globals": {
"__DEV__": true,
"fail": true,
"HTMLDivElement": true,
"HTMLElement": true,
"HTMLInputElement": true,
"HTMLSelectElement": true
},
"env": {
"jest/globals": true
},
"rules": {
"comma-dangle": ["error", "always-multiline"],
"indent": "off",
"no-var": "error",
"no-duplicate-imports": "off",
"flowtype/space-after-type-colon": "off",
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"space-in-parens": "off",
"space-before-function-paren": [
"error",
{
"anonymous": "never",
"named": "never",
"asyncArrow": "always"
}
],
"filenames/match-exported": ["error", "kebab"]
},
"settings": {
"flowtype": {
"onlyFilesWithFlowAnnotation": false
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/han-zilong0/Insomnia.git
git@gitee.com:han-zilong0/Insomnia.git
han-zilong0
Insomnia
Insomnia
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385