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
I want to use the rule @typescript-eslint/naming-convention which requires 'Typed Linting' feature to be enabled.
According to the docs, this requires the following steps:
Add TypeChecked to the name of any preset configs you're using, namely recommended, strict, and stylistic.
Add languageOptions.parserOptions to tell our parser how to find the TSConfig for each source file.
But since @nuxt/eslint does not use a standard eslint.config.mjs format, I have no clue how to achieve this.
Has somebody succeeded in getting the Typed Linting to work?
I want to use the rule
@typescript-eslint/naming-convention
which requires 'Typed Linting' feature to be enabled.According to the docs, this requires the following steps:
But since @nuxt/eslint does not use a standard eslint.config.mjs format, I have no clue how to achieve this.
Has somebody succeeded in getting the Typed Linting to work?
TypeScript ESLint docs:
https://typescript-eslint.io/getting-started/typed-linting/
The text was updated successfully, but these errors were encountered: