1 Star 0 Fork 4

aszerotoone/uni-pptx

forked from ~朴:shu/uni-pptx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.mjs 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
~朴:shu 提交于 2024-09-18 15:23 . fix:优化背景相关设置API
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
export default [
{ files: ["**/*.{js,mjs,cjs,ts}"] },
{ languageOptions: { globals: globals.browser } },
{
ignores: [
"dist",
"node_modules",
"src/core/Assets/*",
"public/*",
"example/*",
"server/*",
],
},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aszerotoone/uni-pptx.git
git@gitee.com:aszerotoone/uni-pptx.git
aszerotoone
uni-pptx
uni-pptx
master

搜索帮助