Skip to content

Commit 2adf4aa

Browse files
committed
fix: clean install package
1 parent 15da1a5 commit 2adf4aa

File tree

2 files changed

+19
-151
lines changed

2 files changed

+19
-151
lines changed

package-lock.json

Lines changed: 17 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"preversion": "npm run test",
3737
"version": "npm run compile && git add -A .",
3838
"watch": "tsc --build --watch",
39-
"lint": "eslint . --ext .ts,.tsx",
40-
"lint:fix": "eslint . --ext .ts,.tsx --fix"
39+
"lint": "eslint . --ext .ts",
40+
"lint:fix": "eslint . --ext .ts --fix"
4141
},
4242
"devDependencies": {
4343
"@commitlint/cli": "^19.8.0",

0 commit comments

Comments
 (0)