Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lint errors not block compiles on develop #2862

Merged
1 commit merged into from Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "./",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "env NODE_OPTIONS=--max_old_space_size=8192 craco start",
"start": "env NODE_OPTIONS=--max_old_space_size=8192 ESLINT_NO_DEV_ERRORS=true craco start",
"build": "env NODE_OPTIONS=--max_old_space_size=8192 craco build",
"test": "env NODE_OPTIONS=--max_old_space_size=8192 craco test --env=jsdom",
"test:coverage": "env NODE_OPTIONS=--max_old_space_size=8192 craco test --env=jsdom --coverage --watchAll false --watch false ./",
Expand Down Expand Up @@ -158,7 +158,7 @@
"mocha-multi-reporters": "^1.1.7",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react-scripts": "4.0.1",
"react-scripts": "4.0.3",
"scss-to-json": "^2.0.0",
"source-map-explorer": "^2.4.2",
"start-server-and-test": "^1.11.2",
Expand Down