diff --git a/frontend/package.json b/frontend/package.json index 458341f1cb..48c33a04fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,8 +7,8 @@ "dev": "cross-env NODE_ENV=development webpack serve --progress", "build": "webpack --config=webpack.config.prod.js --progress", "prettify": "prettier --write .", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "lint": "eslint . --debug", + "lint:fix": "eslint . --fix --debug", "cypress:open": "cypress open", "cypress:run": "cypress run", "jest": "jest",