Skip to content

Commit

Permalink
chore: allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 28, 2020
1 parent c0c2c64 commit 5d7f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -101,7 +101,7 @@
"scripts": {
"build": "rm -fr ./dist && tsc -p tsconfig.lib.json",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
"eslint": "eslint --ext '.ts' --max-warnings 0",
"eslint": "eslint --ext '.ts'",
"lint": "npm run eslint ./src ./test && npm run type-check",
"test": "NODE_ENV=test nyc ava --verbose",
"type-check": "tsc -p ."
Expand Down

0 comments on commit 5d7f0e6

Please sign in to comment.