ESLint config
#1571
Replies: 2 comments 1 reply
-
I add the following rule as Typescript has already checked type. No need to let ESlint check again. 'no-undef': 'off' |
Beta Was this translation helpful? Give feedback.
0 replies
-
That depends more on the tools you're using. For example for Vue you should use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, whats the best practice for eslint config?
Should we set
env: { 'jest/globals': true }
? And what about theeslint-plugin-jest
? Is that reusable?Beta Was this translation helpful? Give feedback.
All reactions