Skip to content

Commit 98ea7d7

Browse files
committed
added packages lodash and glob
1 parent cfddeef commit 98ea7d7

File tree

2 files changed

+1095
-1142
lines changed

2 files changed

+1095
-1142
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@
2424
},
2525
"devDependencies": {
2626
"@antfu/eslint-config-ts": "^0.5.0",
27+
"@types/glob": "^7.2.0",
28+
"@types/lodash": "^4.14.179",
2729
"@typescript-eslint/eslint-plugin": "^4.17.0",
2830
"eslint": "^7.22.0",
2931
"eslint-plugin-eslint-comments": "^3.2.0",
32+
"glob": "^7.2.0",
33+
"lodash": "^4.17.21",
3034
"tsup": "^4.6.1",
3135
"typescript": "^4.2.3",
3236
"vite": "^2.0.5"

0 commit comments

Comments
 (0)