Skip to content

Commit

Permalink
feat: 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
phy-lei committed Feb 8, 2025
1 parent ef576b2 commit ad78dd5
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 3,707 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ export default antfu({
'packages/nutui-solid/dist',
'packages/nutui-solid-site/.astro',
'packages/nutui-solid/scripts',
'packages/icons-solid/scripts',
'packages/icons-solid/dist',
],
})
12 changes: 0 additions & 12 deletions packages/icons-solid/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions packages/icons-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
},
"main": "dist/lib/index.umd.js",
"module": "dist/es/index.es.js",
"style": "dist/style_iconfont.css",
"typings": "dist/types/index.d.ts",
"files": [
"CHANGELOG.md",
"LICENSE",
Expand All @@ -24,8 +26,6 @@
"build": "vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",
"generate": "node scripts/generate.cjs"
},
"style": "dist/style_icon.css",
"typings": "dist/types/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down
Loading

0 comments on commit ad78dd5

Please sign in to comment.