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 e3966a3 commit 16cac75Copy full SHA for 16cac75
package.json
@@ -4,8 +4,8 @@
4
"description": "Cero friction HTTP request router. The need for speed!",
5
"main": "index.js",
6
"scripts": {
7
- "lint": "npx standard",
8
- "format": "npx standard --fix",
+ "lint": "npx rome ci . --semicolons=as-needed",
+ "format": "npx rome format . --semicolons=as-needed --write",
9
"test": "cross-env PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 85 node ./node_modules/mocha/bin/mocha tests/*.test.js"
10
},
11
"repository": {
0 commit comments