rusackas commented on code in PR #35506:
URL: https://github.com/apache/superset/pull/35506#discussion_r2461988859
##########
superset-frontend/package.json:
##########
@@ -48,11 +48,16 @@
"cover": "cross-env NODE_ENV=test
NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage",
"dev": "webpack --mode=development --color --watch",
"dev-server": "cross-env NODE_ENV=development BABEL_ENV=development node
--max_old_space_size=4096
./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development",
- "eslint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,tsx
--quiet",
Review Comment:
Not sure of the downstream effect of this (we can talk!) but I can probably
make `eslint` alias `lint` (instead of the other way around like it was) and be
done with it, then remove that alias in a breaking change window.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]