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
At the moment it's hard to determine what the exact configurations/rules each of the linters are using; especially when factoring extending from shareable configs like stylint-config-fluid and eslint-config-fluid.
Describe the solution you'd like
Provide an option to output all of the configurations to be used. It would help if there were links back to the docs for the specific linter rules, as it isn't always clear what those options are actually for just from the names.
As I mentioned in the chat, ESLint's --print-config flag requires a path argument, so we'd need a little logic to help safely detect that. Turns out the same is true of stylelint's --print-config option.
Is your feature request related to a problem?
At the moment it's hard to determine what the exact configurations/rules each of the linters are using; especially when factoring extending from shareable configs like stylint-config-fluid and eslint-config-fluid.
Describe the solution you'd like
Provide an option to output all of the configurations to be used. It would help if there were links back to the docs for the specific linter rules, as it isn't always clear what those options are actually for just from the names.
stylint and eslint both provide options to print config
stylelint --print-config
andeslint --print-config
The text was updated successfully, but these errors were encountered: