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
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
* @see [Configuring a custom parser and its options](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuring-a-custom-parser-and-its-options)
45
55
*/
46
-
parser?: Parser;
56
+
parser?: Parser|ParserModule;
47
57
48
58
/**
49
59
* An object specifying additional options that are passed directly to the `parser()` method on the parser. The available options are parser-dependent.
0 commit comments