ktmud commented on a change in pull request #10170:
URL:
https://github.com/apache/incubator-superset/pull/10170#discussion_r446328494
##########
File path: superset-frontend/cypress-base/.eslintrc
##########
@@ -0,0 +1,25 @@
+{
+ "parser": "@typescript-eslint/parser",
+ "plugins": ["cypress", "@typescript-eslint"],
+ "extends": [
+ "plugin:@typescript-eslint/recommended",
+ "plugin:cypress/recommended"
+ ],
+ "rules": {
+ "import/no-unresolved": 0,
Review comment:
Some Cypress modules might not be available if you run `eslint` in the
parent folder before `npm install` in `cypress-base` (which is what our CI
does).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]