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 0f3ab92 commit 21f53d4Copy full SHA for 21f53d4
package.json
@@ -36,7 +36,7 @@
36
"build": "tsc -p tsconfig.json",
37
"dist": "npm run lint:ci && npm run make && npm run test:ci",
38
"lint": "eslint --config='.eslintrc.cjs' './src/*.ts' --fix",
39
- "lint:ci": "npm run lint --max-warnings 0",
+ "lint:ci": "npm run lint -- --max-warnings=0",
40
"test": "npm run build && mocha -R min",
41
"test:ci": "mocha -R min"
42
}
0 commit comments