1 Star 0 Fork 0

laotianwy/ckb-easy-h5-fed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihwang 提交于 2024-03-25 18:08 . 完成热门单品
/*
* @Author: shiguang
* @Date: 2023-04-25 14:34:51
* @LastEditors: huajian
* @LastEditTime: 2024-03-07 15:27:52
* @Description: eslint 配置
*/
module.exports = {
env: {
/** 设置环境,防止全局变量不会找不到 */
browser: true,
commonjs: true,
es6: true,
jest: true,
node: true
},
extends: [require.resolve('@snifftest/eslint-config')],
rules: {
'no-debugger': 1,
'no-dupe-keys': 1
},
ignorePatterns: ['src/common/icons', 'src/out'],
globals: {
// 这里填入你的项目需要的全局变量
// 这里值为 false 表示这个全局变量不允许被重新赋值,比如:
// Vue: false
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laotianwy/ckb-easy-h5-fed.git
git@gitee.com:laotianwy/ckb-easy-h5-fed.git
laotianwy
ckb-easy-h5-fed
ckb-easy-h5-fed
master

搜索帮助