We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ff5bc commit 5ea85d9Copy full SHA for 5ea85d9
1 file changed
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@vue/eslint-config-prettier",
3
- "version": "6.0.0",
+ "version": "7.0.0",
4
"description": "eslint-config-prettier for Vue",
5
"main": "index.js",
6
- "files": ["index.js"],
+ "files": [
7
+ "index.js"
8
+ ],
9
"publishConfig": {
10
"access": "public"
11
},
@@ -36,7 +38,9 @@
36
38
"prettier": ">= 2.0.0"
37
39
40
"eslintConfig": {
- "extends": ["./index.js"]
41
+ "extends": [
42
+ "./index.js"
43
+ ]
44
45
"scripts": {
46
"lint": "eslint index.js --fix"
0 commit comments