1 Star 0 Fork 4

liujiankai/gcoord

forked from tk/gcoord 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiulong Hu 提交于 2021-02-18 13:42 . workflow: update workflow
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module',
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'no-continue': 'off',
'no-mixed-operators': 'off',
'no-plusplus': 'off',
'no-nested-ternary': 'off',
'consistent-return': 'off',
'max-len': 'off',
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/liujiankai/gcoord.git
git@gitee.com:liujiankai/gcoord.git
liujiankai
gcoord
gcoord
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385