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
The actual configuration of ESLint supports only JavaScript files (js and jsx), but this is a TypeScript project.
We need to add linting support for ts and tsx files.
The text was updated successfully, but these errors were encountered:
The actual configuration of ESLint supports only JavaScript files (
js
andjsx
), but this is a TypeScript project.We need to add linting support for
ts
andtsx
files.The text was updated successfully, but these errors were encountered: