Skip to content

Commit 55de1ea

Browse files
committed
reenable lint
1 parent 733cb38 commit 55de1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"format": "prettier --write .",
8-
"lint": "prettier --check .",
8+
"lint": "prettier --check . && lunte",
99
"test": "brittle test/all.js",
1010
"test:bare": "bare test/all.js",
1111
"test:generate": "brittle -r test/all.js test/*.js"
@@ -70,7 +70,7 @@
7070
"brittle": "^3.0.0",
7171
"debugging-stream": "^3.1.0",
7272
"hyperswarm": "^4.3.6",
73-
"lunte": "^1.2.0",
73+
"lunte": "^1.3.0",
7474
"prettier": "^3.6.2",
7575
"prettier-config-holepunch": "^2.0.0",
7676
"rache": "^1.0.0",

0 commit comments

Comments
 (0)