3 Star 5 Fork 6

Gitee 极速下载/GGEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gaoli/gg-editor
克隆/下载
.eslintrc.js 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
高力 提交于 2019-10-30 18:52 . feat: upgrade to G6 3.x
module.exports = {
env: {
browser: true,
},
parser: '@typescript-eslint/parser',
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
'plugin:prettier/recommended',
'prettier/@typescript-eslint',
],
plugins: ['@typescript-eslint', 'react', 'prettier'],
rules: {
'@typescript-eslint/explicit-function-return-type': 0,
'@typescript-eslint/no-empty-function': 0,
'@typescript-eslint/no-empty-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'react/prop-types': 0,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/GGEditor.git
git@gitee.com:mirrors/GGEditor.git
mirrors
GGEditor
GGEditor
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385