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
For example missing-declaration is warn and I think it should be error, because if something is not defined, lint step should fail with error. But if I try to add "missing-declaration": "error" or "svelte3/missing-declaration": "error" to my .eslintrc.json rules, I will get error Definition for rule 'missing-declaration' was not found
I think that it should be documented how to override linter rules and possibly even have some list of rules that we can use.