2 Star 2 Fork 2

xiexuekui/myproject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiexuekui 提交于 2024-02-26 16:05 . 初始提交
module.exports = {
"extends": "airbnb-base",
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
},
"rules": {
"no-param-reassign": 0,
"import/no-extraneous-dependencies": 0,
"import/prefer-default-export": 0,
"consistent-return": 0,
"no-confusing-arrow": 0,
"no-underscore-dangle": 0
},
"env": {
"browser": true,
"node": true
},
"globals": {
"__dirname": true,
"jQuery": true,
"$": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/testbigmodel666/myproject.git
[email protected]:testbigmodel666/myproject.git
testbigmodel666
myproject
myproject
master

搜索帮助