Skip to content

Commit 21f53d4

Browse files
authored
Update package.json
1 parent 0f3ab92 commit 21f53d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build": "tsc -p tsconfig.json",
3737
"dist": "npm run lint:ci && npm run make && npm run test:ci",
3838
"lint": "eslint --config='.eslintrc.cjs' './src/*.ts' --fix",
39-
"lint:ci": "npm run lint --max-warnings 0",
39+
"lint:ci": "npm run lint -- --max-warnings=0",
4040
"test": "npm run build && mocha -R min",
4141
"test:ci": "mocha -R min"
4242
}

0 commit comments

Comments
 (0)