fix(web): add temporary workaround on the linter issue

This commit is contained in:
Karol Sójko
2022-08-05 14:21:10 +02:00
parent 355c70d7f7
commit 05435553a4

View File

@@ -12,7 +12,7 @@
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist && rm -rf src/components",
"format": "prettier --write src/javascripts",
"lint": "eslint --debug src/javascripts",
"lint": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint --debug src/javascripts",
"start": "webpack-dev-server --config web.webpack.dev.js",
"test": "jest --config jest.config.js --coverage",
"tsc": "tsc --project tsconfig.json",