Skip to content

Commit f6762fd

Browse files
authored
chore: npx eslint . --max-warnings=0 (#177)
1 parent 669b57c commit f6762fd

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
@@ -12,7 +12,7 @@
1212
"srv"
1313
],
1414
"scripts": {
15-
"lint": "npx eslint .",
15+
"lint": "npx eslint . --max-warnings=0",
1616
"test": "npx jest --silent"
1717
},
1818
"peerDependencies": {

0 commit comments

Comments
 (0)