Skip to content

Commit

Permalink
Do not allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 9, 2021
1 parent b4e0c32 commit 4ec9daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,8 +29,8 @@
"extract-error-codes": "lerna run --parallel extract-error-codes",
"framer:build": "yarn workspace framer build",
"jsonlint": "node ./scripts/jsonlint.js",
"lint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx",
"lint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx",
"lint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"lint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"stylelint": "stylelint 'docs/**/*.js' 'docs/**/*.ts' 'docs/**/*.tsx'",
"prettier": "node ./scripts/prettier.js",
"prettier:all": "node ./scripts/prettier.js write",
Expand Down

0 comments on commit 4ec9daf

Please sign in to comment.