chore: revert eslint --debug flag

This commit is contained in:
Pranshu Chittora 2022-03-16 16:16:20 +05:30
parent 00c7eccb0c
commit 3ebffae1c6
No known key found for this signature in database
GPG Key ID: 3A9E57A016CC0626

View File

@ -7,8 +7,8 @@
"dev": "cross-env NODE_ENV=development webpack serve --progress", "dev": "cross-env NODE_ENV=development webpack serve --progress",
"build": "webpack --config=webpack.config.prod.js --progress", "build": "webpack --config=webpack.config.prod.js --progress",
"prettify": "prettier --write .", "prettify": "prettier --write .",
"lint": "eslint .", "lint": "eslint . --debug",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix --debug",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:run": "cypress run", "cypress:run": "cypress run",
"jest": "jest", "jest": "jest",