Skip to content

Commit 06f0bba

Browse files
committed
fix: move vue-eslint-parser to devDependencies
1 parent 7e6c8a7 commit 06f0bba

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

package-lock.json

Lines changed: 13 additions & 3 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,14 @@
103103
"wdio-html-nice-reporter": "^8.1.7",
104104
"wdio-wait-for": "^3.1.0",
105105
"webdriverio": "^9.20.1",
106+
"vue-eslint-parser": "^10.2.0",
106107
"yorkie": "^2.0.0",
107108
"zod": "^4.1.13"
108109
},
109110
"gitHooks": {
110111
"pre-commit": "lint-staged"
111112
},
112113
"lint-staged": {
113-
"*.{js,jsx,ts,tsx,vue}": [
114-
"eslint"
115-
]
116-
},
117-
"dependencies": {
118-
"vue-eslint-parser": "^10.2.0"
114+
"*.{js,jsx,ts,tsx,vue}": ["eslint"]
119115
}
120116
}

0 commit comments

Comments
 (0)