Skip to content

Commit bd203e8

Browse files
committed
use snazzy
1 parent a83aae4 commit bd203e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {},
1414
"devDependencies": {
15+
"snazzy": "^8.0.0",
1516
"standard": "^14.2.0",
1617
"tap-spec": "^5.0.0",
1718
"tape": "^4.11.0"
@@ -26,8 +27,8 @@
2627
"url": "git://github.com/stanford-web-security/assign0.git"
2728
},
2829
"scripts": {
29-
"lint": "standard",
30-
"lint-fix": "standard --fix",
30+
"lint": "standard | snazzy",
31+
"lint-fix": "standard --fix | snazzy",
3132
"test": "npm run lint && tape test/*.js | tap-spec"
3233
}
3334
}

0 commit comments

Comments
 (0)