rusackas commented on code in PR #35506:
URL: https://github.com/apache/superset/pull/35506#discussion_r2461395678
##########
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:
Does anyone use that directly? I never have. I believe people were using
`npm run lint` or `npm run lint-fix` which are both still supported, and used
to call `eslint` under the hood.
--
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]