Skip to content

Commit b4dc63c

Browse files
committed
Add standard linter
1 parent 40a355d commit b4dc63c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"git-state": "^3.0.0",
99
"minimist": "^1.2.0"
1010
},
11-
"devDependencies": {},
11+
"devDependencies": {
12+
"standard": "^8.1.0"
13+
},
1214
"scripts": {
13-
"test": "echo \"Error: no test specified\" && exit 1"
15+
"test": "standard"
1416
},
1517
"bin": {
1618
"git-att": "index.js"

0 commit comments

Comments
 (0)