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
When the config file isn't present, the linter should auto-detect what plugin is installed by searching package.json that contains it for steiger-plugin-*, @*/steiger-plugin, or @*/steiger-plugin-*, as ESLint suggests in its docs for plugin creators:
This will allow us to stop defaulting to the FSD ruleset when no config is present, and as such, remove the dependency from steiger on @feature-sliced/steiger-plugin
The text was updated successfully, but these errors were encountered:
When the config file isn't present, the linter should auto-detect what plugin is installed by searching
package.json
that contains it forsteiger-plugin-*
,@*/steiger-plugin
, or@*/steiger-plugin-*
, as ESLint suggests in its docs for plugin creators:This will allow us to stop defaulting to the FSD ruleset when no config is present, and as such, remove the dependency from
steiger
on@feature-sliced/steiger-plugin
The text was updated successfully, but these errors were encountered: