We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733cb38 commit 55de1eaCopy full SHA for 55de1ea
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"format": "prettier --write .",
8
- "lint": "prettier --check .",
+ "lint": "prettier --check . && lunte",
9
"test": "brittle test/all.js",
10
"test:bare": "bare test/all.js",
11
"test:generate": "brittle -r test/all.js test/*.js"
@@ -70,7 +70,7 @@
70
"brittle": "^3.0.0",
71
"debugging-stream": "^3.1.0",
72
"hyperswarm": "^4.3.6",
73
- "lunte": "^1.2.0",
+ "lunte": "^1.3.0",
74
"prettier": "^3.6.2",
75
"prettier-config-holepunch": "^2.0.0",
76
"rache": "^1.0.0",
0 commit comments