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've upgraded to the latest version of @medimonks/eslint packages. Now on imports it's throwing an error on the rule "@typescript-eslint/naming-convention".
For example: import Link from 'next/link';
Is now throwing the lint error:
Error: Import name Link must match one of the following formats: strictCamelCase @typescript-eslint/naming-convention
I've upgraded to the latest version of @medimonks/eslint packages. Now on imports it's throwing an error on the rule "@typescript-eslint/naming-convention".
For example:
import Link from 'next/link';
Is now throwing the lint error:
Setting
should resolve this problem.
Affected versions:
The text was updated successfully, but these errors were encountered: