1 Star 0 Fork 0

N0ts/online-markdown-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
eslint.config.ts 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
N0ts 提交于 2025-03-10 21:22 +08:00 . 还在研究文件夹上传
import pluginVue from "eslint-plugin-vue";
import {
defineConfigWithVueTs,
vueTsConfigs
} from "@vue/eslint-config-typescript";
// To allow more languages other than `ts` in `.vue` files, uncomment the following lines:
// import { configureVueProject } from '@vue/eslint-config-typescript'
// configureVueProject({ scriptLangs: ['ts', 'tsx'] })
// More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup
export default defineConfigWithVueTs(
{
name: "app/files-to-lint",
files: ["**/*.{ts,mts,tsx,vue}"]
},
{
name: "app/files-to-ignore",
ignores: ["**/dist/**", "**/dist-ssr/**", "**/coverage/**"]
},
pluginVue.configs["flat/essential"],
vueTsConfigs.recommended
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/n0ts/online-markdown-editor.git
git@gitee.com:n0ts/online-markdown-editor.git
n0ts
online-markdown-editor
online-markdown-editor
master

搜索帮助