Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 23, 2021
1 parent 76ff5bc commit 5ea85d9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@vue/eslint-config-prettier",
"version": "6.0.0",
"version": "7.0.0",
"description": "eslint-config-prettier for Vue",
"main": "index.js",
"files": ["index.js"],
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,7 +38,9 @@
"prettier": ">= 2.0.0"
},
"eslintConfig": {
"extends": ["./index.js"]
"extends": [
"./index.js"
]
},
"scripts": {
"lint": "eslint index.js --fix"
Expand Down

0 comments on commit 5ea85d9

Please sign in to comment.