Skip to content

Commit 76d95e4

Browse files
Add snazzy to linting
1 parent 74c9a5b commit 76d95e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"start": "electron .",
1010
"dev": "electron . --debug",
11-
"lint": "standard",
11+
"lint": "standard | snazzy",
1212
"test": "mocha tests && npm run lint",
1313
"sign-exe": "signcode ./out/ElectronAPIDemos-win32-ia32/ElectronAPIDemos.exe --cert ~/electron-api-demos.p12 --prompt --name 'Electron API Demos' --url 'http://electron.atom.io'",
1414
"sign-installer": "signcode ./out/windows-installer/ElectronAPIDemosSetup.exe --cert ~/electron-api-demos.p12 --prompt --name 'Electron API Demos' --url 'http://electron.atom.io'",
@@ -49,6 +49,7 @@
4949
"request": "^2.70.0",
5050
"rimraf": "^2.5.2",
5151
"signcode": "^0.4.0",
52+
"snazzy": "^5.0.0",
5253
"spectron": "~3.2.6",
5354
"standard": "^6.0.8"
5455
},

0 commit comments

Comments
 (0)