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
* 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
+
* An object containing a name-value mapping of plugin names to plugin objects.
23
+
* When `files` is specified, these plugins are only available to the matching files.
19
24
*
20
25
* @see [Using plugins in your configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#using-plugins-in-your-configuration)
21
26
*/
22
27
plugins?: Record<string,any>
23
28
24
29
/**
25
-
* Rules configuration. More flexible to allow plugin rules that may not be perfectly typed.
30
+
* An object containing the configured rules. When `files` or `ignores` are
31
+
* specified, these rule configurations are only available to the matching files.
0 commit comments