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
// Relax plugins type limitation, as most of the plugins did not have correct type info yet.
20
17
/**
21
18
* An object containing a name-value mapping of plugin names to plugin objects. When `files` is specified, these plugins are only available to the matching files.
22
19
*
23
20
* @see [Using plugins in your configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#using-plugins-in-your-configuration)
24
21
*/
25
22
plugins?: Record<string,any>
26
-
27
-
/**
28
-
* An object containing a name-value mapping of rules to use.
0 commit comments