-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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.
th0rgall, josefaidt and mckravchyk
Metadata
Metadata
Assignees
Labels
No labels