6 Star 7 Fork 6

OpenTiny/tiny-engine-data-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
h-ivy 提交于 2023-12-25 19:19 . Initial commit
const frontPaths = [
'admin/src/**/**/*.js'
];
module.exports = {
env: {
browser: true,
es6: true,
node: true
},
globals: {
strapi: true,
BACKEND_URL: true
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:mocha/recommended'],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
overrides: [
{
files: ['packages/**/*.js', 'test/**/*.js', 'scripts/**/*.js'],
excludedFiles: frontPaths,
...require('./.eslintrc.back.js')
},
{
files: frontPaths,
...require('./.eslintrc.front.js')
}
],
settings: {
react: {
version: 'detect'
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opentiny/tiny-engine-data-center.git
git@gitee.com:opentiny/tiny-engine-data-center.git
opentiny
tiny-engine-data-center
tiny-engine-data-center
main

搜索帮助