76 Star 938 Fork 162

GVPaieditor-team/AiEditor

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.cjs 487 Bytes
Copy Edit Raw Blame History
Michael Yang authored 2023-11-10 17:05 . init AiEditor
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
"@typescript-eslint/no-explicit-any": ["off"],
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aieditor-team/aieditor.git
git@gitee.com:aieditor-team/aieditor.git
aieditor-team
aieditor
AiEditor
main

Search