Closed abernier closed 1 week ago
since migrated to eslint v9, eslint . does not seem to apply to src/ folder
eslint .
it applies to .storybook correctly, but not to src
for example, setting rules."no-console": "error" and leaving a console.log("hey") in any src file, does not complain about
rules."no-console": "error"
console.log("hey")
src
fixed in #2185
since migrated to eslint v9,
eslint .
does not seem to apply to src/ folderit applies to .storybook correctly, but not to src
for example, setting
rules."no-console": "error"
and leaving aconsole.log("hey")
in anysrc
file, does not complain about