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 flat eslint config format imports plugins as modules. This now allows typing to be enforced in these config files.
To help users avoid having issues like ts(7016), type definitions should be included in this plugin or distributed through DefinitelyTyped. Examples can be found in @eslint/js, eslint-plugin-prettier (1) (2), and eslint-plugin-n.
The text was updated successfully, but these errors were encountered:
The flat eslint config format imports plugins as modules. This now allows typing to be enforced in these config files.
To help users avoid having issues like ts(7016), type definitions should be included in this plugin or distributed through DefinitelyTyped. Examples can be found in @eslint/js, eslint-plugin-prettier (1) (2), and eslint-plugin-n.
The text was updated successfully, but these errors were encountered: