Skip to content

Commit 54ff3d0

Browse files
committed
chore(scripts): merge format into lint script
1 parent 269f9d2 commit 54ff3d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "semantic-release plugin to deploy app",
55
"main": "src/index.js",
66
"scripts": {
7-
"lint": "eslint . --fix",
8-
"format": "prettier-standard '{src,test}/**/*.js'",
7+
"lint": "prettier-standard --lint '{src,test}/**/*.js'",
98
"test": "nyc mocha test"
109
},
1110
"engines": {

0 commit comments

Comments
 (0)