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
the config propagates to node_modules/eslint/lib/rules/semi.js
where options.omitLastInOneLineBlock is true
but still, it has no effect,
or there is a second pass of eslint that ignores my config
i removed
.eslintrc
in favor of.eslintrc.js
but eslint ignores my relaxed semicolon config
the config propagates to
node_modules/eslint/lib/rules/semi.js
where
options.omitLastInOneLineBlock
istrue
but still, it has no effect,
or there is a second pass of eslint that ignores my config
im stuck, please help : /
this
.eslintrc
is also ignored:The text was updated successfully, but these errors were encountered: