Skip to content

Commit 5ea85d9

Browse files
committedDec 23, 2021
7.0.0
1 parent 76ff5bc commit 5ea85d9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@vue/eslint-config-prettier",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "eslint-config-prettier for Vue",
55
"main": "index.js",
6-
"files": ["index.js"],
6+
"files": [
7+
"index.js"
8+
],
79
"publishConfig": {
810
"access": "public"
911
},
@@ -36,7 +38,9 @@
3638
"prettier": ">= 2.0.0"
3739
},
3840
"eslintConfig": {
39-
"extends": ["./index.js"]
41+
"extends": [
42+
"./index.js"
43+
]
4044
},
4145
"scripts": {
4246
"lint": "eslint index.js --fix"

0 commit comments

Comments
 (0)
Please sign in to comment.