1 Star 0 Fork 0

yinmoyu/running_page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
geekplux 提交于 2020-12-25 16:18 . fix: eslint of unresolved
module.exports = {
env: {
browser: true,
es6: true,
},
extends: ['airbnb'],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module',
allowImportExportEverywhere: true,
},
plugins: ['react'],
rules: {
indent: [
'error',
2,
{
ignoredNodes: ['TemplateLiteral'],
},
],
'template-curly-spacing': ['off'],
'import/no-unresolved': [
2,
{
ignore: ['src'],
caseSensitive: false,
},
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinmoyu/running_page.git
git@gitee.com:yinmoyu/running_page.git
yinmoyu
running_page
running_page
master

搜索帮助