Skip to content

Commit 9cbe61a

Browse files
committed
precommit
1 parent eebbf93 commit 9cbe61a

File tree

3 files changed

+63
-108
lines changed

3 files changed

+63
-108
lines changed

package-lock.json

Lines changed: 62 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"lint": "semistandard src/**/*.js",
88
"format": "semistandard --fix src/**/*.js"
99
},
10-
"pre-commit": [
11-
"format",
12-
"lint",
13-
"test"
14-
],
1510
"author": "Johnny Austin <[email protected]>",
1611
"license": "MIT",
1712
"description": "",
@@ -25,7 +20,6 @@
2520
"terminal-image": "^3.1.1"
2621
},
2722
"devDependencies": {
28-
"@fastify/pre-commit": "^2.2.0",
2923
"nyc": "15.1.0",
3024
"semistandard": "*",
3125
"tape": "5.5.3"

src/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {
66
eightiesTrackIds,
77
jazzTrackIds
88
} = require('./config');
9-
const foo = "bar";
9+
1010
/*
1111
* @description Builds a queue of tracks to play by just returning the current moodlist exluding the current track
1212
*/

0 commit comments

Comments
 (0)