Skip to content

Commit

Permalink
清理无用配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Nov 15, 2024
1 parent 3daa3eb commit 429b344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions mixte.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
}
],
"settings": {
// 启用 ESlint 的扁平配置支持
"eslint.experimental.useFlatConfig": true,

// 禁用默认格式化程序, 使用 ESlint 代替
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down Expand Up @@ -68,8 +65,7 @@
"packages/snippets": true,
"packages/use": true,
"packages/validator": true,
"src/auto-grid/**/*.d.ts": true,
"src/acro-dynamic-form/**/*.d.ts": true
"src/auto-grid/**/*.d.ts": true
},
"unocss.autocomplete.matchType": "fuzzy",
"unocss.remToPxPreview": true,
Expand Down
3 changes: 0 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
},
"./*": "./*"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"*.d.ts",
"dist"
Expand Down

0 comments on commit 429b344

Please sign in to comment.