You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing the typescript migration I have removed some of the folders that had lint and updated the lint version.
When I tried to bring it back there were some errors that I couldn't easily fix so I'm opening this issue to make sure we don't forget this.
To run lint on all folders use the following command in package.json: "lint": "eslint --ext \".ts,.js,.html\" --ignore-path .gitignore src build test debug/*.html"
(benchmark as well?)
The text was updated successfully, but these errors were encountered:
While doing the typescript migration I have removed some of the folders that had lint and updated the lint version.
When I tried to bring it back there were some errors that I couldn't easily fix so I'm opening this issue to make sure we don't forget this.
To run lint on all folders use the following command in package.json:
"lint": "eslint --ext \".ts,.js,.html\" --ignore-path .gitignore src build test debug/*.html"
(
benchmark
as well?)The text was updated successfully, but these errors were encountered: