We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1fd4a commit 5b97a27Copy full SHA for 5b97a27
.prettierrc
@@ -0,0 +1,6 @@
1
+{
2
+ "semi": false,
3
+ "singleQuote": true,
4
+ "htmlWhitespaceSensitivity": "ignore",
5
+ "printWidth": 160
6
+}
package.json
@@ -6,6 +6,7 @@
"files": [
7
"src/index.js"
8
],
9
+ "type": "module",
10
"scripts": {
11
"test": ""
12
},
@@ -23,9 +24,13 @@
23
24
"access": "public"
25
26
"dependencies": {
- "@typescript-eslint/eslint-plugin": "^7.3.1",
27
- "@typescript-eslint/parser": "^7.3.1",
28
- "eslint": "^8.57.0",
29
- "eslint-plugin-vue": "^9.23.0"
+ "eslint": "^9.9.1",
+ "eslint-plugin-vue": "^9.27.0",
+ "globals": "^15.9.0",
30
+ "typescript-eslint": "^8.3.0",
31
+ "vue-eslint-parser": "^9.4.3"
32
+ },
33
+ "devDependencies": {
34
+ "prettier": "^3.3.3"
35
}
36
0 commit comments