4 Star 6 Fork 4

~朴:shu/unicode-ide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import pluginVue from "eslint-plugin-vue";
export default [
{
languageOptions: {
globals: globals.browser,
parserOptions: {
parser: "@typescript-eslint/parser",
},
},
},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
...pluginVue.configs["flat/essential"],
{
ignores: ["dist", "node_modules", "src/assets/*", "public/*"],
},
{
rules: {
"@typescript-eslint/no-unused-vars": "warn",
"vue/multi-word-component-names": "off",
"no-async-promise-executor": "off",
"no-case-declarations": "off",
"no-unreachable": "warn",
"no-empty": "warn",
"no-var": "error",
},
},
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wfeng0/unicode-ide.git
git@gitee.com:wfeng0/unicode-ide.git
wfeng0
unicode-ide
unicode-ide
master

搜索帮助