Replies: 3 comments
-
I guess this would be a better API than having a separate option for each property. |
Beta Was this translation helpful? Give feedback.
-
Sure. But do you also want a breaking change to drop (or deprecate) (I am more certain you wouldn't want to fold |
Beta Was this translation helpful? Give feedback.
-
I think a breaking change for a better API is fine here ;-) |
Beta Was this translation helpful? Give feedback.
-
Hi,
Would you be open to a PR to add the remaining standard ESLint properties (of your
config
type):"env", "globals", "ignorePatterns", "noInlineConfig", "overrides", "parser", "parserOptions", "plugins", "root", "settings"
I suppose they could either be separate options, or just all part of one extra
eslintConfig
object.I'd also like to see about adding support for comma-separated
eslintPreset
(forextends
).Beta Was this translation helpful? Give feedback.
All reactions