2 Star 0 Fork 0

Ls-piao/渤海大屏

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
wangpeng 提交于 2024-09-10 10:23 . feat:init
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
globals: {
window: true,
document: true,
module: true,
},
ignorePatterns: [],
rules: {
'no-fallthrough': 0,
'no-empty': 0,
'no-param-reassign': 0,
'no-redeclare': 'off',
'no-useless-escape': 'off',
'no-case-declarations': 'off',
'no-constant-condition': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-shadow': 0,
'@typescript-eslint/no-parameter-properties': 0,
'@typescript-eslint/ban-ts-comment': 0,
'@typescript-eslint/no-empty-function': 0,
'@typescript-eslint/no-invalid-this': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-this-alias': 0,
'@typescript-eslint/no-use-before-define': [
'error',
{ functions: false, classes: false },
],
'@typescript-eslint/no-redeclare': ['error'],
'@typescript-eslint/no-unused-vars': [
'error',
{
args: 'none',
ignoreRestSiblings: true,
},
],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ls-piao/bohai-screen.git
git@gitee.com:Ls-piao/bohai-screen.git
Ls-piao
bohai-screen
渤海大屏
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385