1 Star 0 Fork 1

ifo/vite-plugin-svg-icons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
ANN 提交于 2022-01-28 00:39 . chore: migrate to pnpm
{
"root": true,
"env": {
"browser": true,
"es2021": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {
"no-console": 1,
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yy9900/vite-plugin-svg-icons.git
git@gitee.com:yy9900/vite-plugin-svg-icons.git
yy9900
vite-plugin-svg-icons
vite-plugin-svg-icons
main

搜索帮助