Skip to content

Commit 16cac75

Browse files
committed
adding rome linter
1 parent e3966a3 commit 16cac75

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
@@ -4,8 +4,8 @@
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "npx standard",
8-
"format": "npx standard --fix",
7+
"lint": "npx rome ci . --semicolons=as-needed",
8+
"format": "npx rome format . --semicolons=as-needed --write",
99
"test": "cross-env PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 85 node ./node_modules/mocha/bin/mocha tests/*.test.js"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)