.. |
a11y-alt-text
|
fix erroneous a11y warning with input type='image' (#3331)
|
5 years ago |
a11y-anchor-has-content
|
rename .html files to .svelte
|
6 years ago |
a11y-anchor-in-svg-is-valid
|
rename .html files to .svelte
|
6 years ago |
a11y-anchor-is-valid
|
a11y: do not warn about <a name> / <a id> (#4739)
|
5 years ago |
a11y-aria-props
|
rename .html files to .svelte
|
6 years ago |
a11y-aria-role
|
rename .html files to .svelte
|
6 years ago |
a11y-aria-unsupported-element
|
rename .html files to .svelte
|
6 years ago |
a11y-contenteditable-element-without-child
|
skip a11y-missing-content check with contenteditable bindings (#5023)
|
4 years ago |
a11y-figcaption-in-non-element-block
|
a11y: implement img-redundant-alt (#4750)
|
5 years ago |
a11y-figcaption-right-place
|
a11y: implement img-redundant-alt (#4750)
|
5 years ago |
a11y-figcaption-wrong-place
|
a11y: implement img-redundant-alt (#4750)
|
5 years ago |
a11y-heading-has-content
|
rename .html files to .svelte
|
6 years ago |
a11y-html-has-lang
|
update validate tests
|
6 years ago |
a11y-iframe-has-title
|
update validate tests
|
6 years ago |
a11y-img-redundant-alt
|
fix exception with empty alt attribute (#4778)
|
5 years ago |
a11y-label-has-associated-control
|
add a11y-label-has-associated-control check (#5074)
|
4 years ago |
a11y-media-has-caption
|
add a11y-media-has-caption check (#5075)
|
4 years ago |
a11y-no-access-key
|
rename .html files to .svelte
|
6 years ago |
a11y-no-autofocus
|
rename .html files to .svelte
|
6 years ago |
a11y-no-distracting-elements
|
rename .html files to .svelte
|
6 years ago |
a11y-no-onchange
|
A11y rule no-onchange (#4788)
|
5 years ago |
a11y-not-on-components
|
update tests
|
6 years ago |
a11y-scope
|
rename .html files to .svelte
|
6 years ago |
a11y-tabindex-no-positive
|
update validate tests
|
6 years ago |
action-invalid
|
augment warnings to help people figure out they need to add a <script>
|
6 years ago |
action-object
|
fix missing-declaration warning for use:obj.method (#5454)
|
4 years ago |
action-on-component
|
update tests
|
6 years ago |
animation-duplicate
|
rename .html files to .svelte
|
6 years ago |
animation-missing
|
update validate tests
|
6 years ago |
animation-not-in-each
|
rename .html files to .svelte
|
6 years ago |
animation-not-in-keyed-each
|
rename .html files to .svelte
|
6 years ago |
animation-siblings
|
rename .html files to .svelte
|
6 years ago |
attribute-expected-equals
|
Add error for missing equals after attribute name
|
6 years ago |
attribute-invalid-name
|
prevent illegal attribute names at compile time (#4650)
|
5 years ago |
attribute-invalid-name-2
|
prevent illegal attribute names at compile time (#4650)
|
5 years ago |
attribute-invalid-name-3
|
prevent illegal attribute names at compile time (#4650)
|
5 years ago |
attribute-invalid-name-4
|
prevent illegal attribute names at compile time (#4650)
|
5 years ago |
attribute-invalid-name-5
|
prevent illegal attribute names at compile time (#4650)
|
5 years ago |
await-component-is-used
|
rename .html files to .svelte
|
6 years ago |
await-no-catch
|
Don't show 'Empty block' warnings for non-existent await branches
|
6 years ago |
await-shorthand-no-catch
|
Don't show 'Empty block' warnings for non-existent await branches
|
6 years ago |
await-shorthand-no-then
|
add await catch shorthand (#4490)
|
5 years ago |
binding-await-catch
|
disallow binding variables declared in await and catch
|
5 years ago |
binding-await-then
|
disallow binding variables declared in await and catch
|
5 years ago |
binding-await-then-2
|
disallow binding variables declared in await and catch
|
5 years ago |
binding-const
|
throw compiler error when binding directly to const variables (#4506)
|
5 years ago |
binding-const-field
|
throw compiler error when binding directly to const variables (#4506)
|
5 years ago |
binding-dimensions-svg
|
update validate tests
|
6 years ago |
binding-dimensions-svg-child
|
update validate tests
|
6 years ago |
binding-dimensions-void
|
update validate tests
|
6 years ago |
binding-input-checked
|
update validate tests
|
6 years ago |
binding-input-type-boolean
|
update validate tests
|
6 years ago |
binding-input-type-dynamic
|
update validate tests
|
6 years ago |
binding-invalid
|
update validate tests
|
6 years ago |
binding-invalid-on-element
|
update validate tests
|
6 years ago |
binding-invalid-value
|
rename .html files to .svelte
|
6 years ago |
binding-invalid-value-global
|
disallow bindings to global variables (#2295)
|
6 years ago |
binding-let
|
better error for bindings to let: values - fixes #2301
|
6 years ago |
binding-select-multiple-dynamic
|
update validate tests
|
6 years ago |
catch-declares-error-variable
|
add Error to known globals, declare catch block parameter. fixes #3064
|
5 years ago |
component-dynamic
|
warn if component is expected to be reactive (#4409)
|
5 years ago |
component-event-modifiers-invalid
|
support once modifier on component events, fail on others (#2987)
|
5 years ago |
component-namespaced
|
failing missing-declaration test
|
6 years ago |
component-slot-default-duplicate.skip
|
rename .html files to .svelte
|
6 years ago |
component-slot-default-reserved
|
rename .html files to .svelte
|
6 years ago |
component-slot-dynamic
|
rename .html files to .svelte
|
6 years ago |
component-slot-dynamic-attribute
|
update tests
|
6 years ago |
component-slot-named-duplicate.skip
|
rename .html files to .svelte
|
6 years ago |
component-slotted-custom-element
|
complain if named slots other than direct descendant of component (#4509)
|
5 years ago |
component-slotted-custom-element-2
|
complain if named slots other than direct descendant of component (#4509)
|
5 years ago |
component-slotted-each-block
|
complain if named slots other than direct descendant of component (#4509)
|
5 years ago |
component-slotted-if-block
|
complain if named slots other than direct descendant of component (#4509)
|
5 years ago |
contenteditable-dynamic
|
add some docs, rename to textContent and innerHTML
|
5 years ago |
contenteditable-missing
|
oops
|
5 years ago |
css-invalid-global
|
rename .html files to .svelte
|
6 years ago |
css-invalid-global-placement
|
rename .html files to .svelte
|
6 years ago |
debug-invalid-args
|
rename .html files to .svelte
|
6 years ago |
default-export
|
rename .html files to .svelte
|
6 years ago |
directive-non-expression
|
rename .html files to .svelte
|
6 years ago |
dollar-dollar-global-in-markup
|
disallow global references to $$-prefixed vars
|
5 years ago |
dollar-dollar-global-in-script
|
disallow global references to $$-prefixed vars
|
5 years ago |
dollar-global-in-markup
|
disallow global references to $$-prefixed vars
|
5 years ago |
dollar-global-in-script
|
disallow global references to $$-prefixed vars
|
5 years ago |
each-block-destructured-object-rest-comma-after
|
dry {#each}/{#await} destructuring (#4596)
|
5 years ago |
each-block-invalid-context
|
rename .html files to .svelte
|
6 years ago |
each-block-invalid-context-destructured
|
dry {#each}/{#await} destructuring (#4596)
|
5 years ago |
each-block-invalid-context-destructured-object
|
dry {#each}/{#await} destructuring (#4596)
|
5 years ago |
each-block-multiple-children
|
update validate tests
|
6 years ago |
empty-block
|
update validate tests
|
6 years ago |
event-modifiers-invalid
|
add nonpassive event modifier (#5442)
|
4 years ago |
event-modifiers-invalid-nonpassive
|
add nonpassive event modifier (#5442)
|
4 years ago |
event-modifiers-invalid-passive
|
rename .html files to .svelte
|
6 years ago |
event-modifiers-legacy
|
rename .html files to .svelte
|
6 years ago |
event-modifiers-redundant
|
rename .html files to .svelte
|
6 years ago |
ignore-warning
|
disable validation with magic comments
|
5 years ago |
ignore-warnings
|
disable validation with magic comments
|
5 years ago |
ignore-warnings-cumulative
|
disable validation with magic comments
|
5 years ago |
ignore-warnings-newline
|
disable validation with magic comments
|
5 years ago |
ignore-warnings-stacked
|
disable validation with magic comments
|
5 years ago |
import-meta
|
update acorn and parse expression as module script (#5423)
|
4 years ago |
invalid-empty-css-declaration
|
error on empty css declarations - fixes #3801
|
5 years ago |
missing-component
|
augment warnings to help people figure out they need to add a <script>
|
6 years ago |
missing-component-global
|
Skip JS globals for InlineComponent nodes in warn_if_undefined. (#4071)
|
5 years ago |
missing-custom-element-compile-options
|
tweak text of warning
|
5 years ago |
module-script-reactive-declaration
|
Warn on improper use of reactive declarations
|
6 years ago |
multiple-script-default-context
|
rename .html files to .svelte
|
6 years ago |
multiple-script-module-context
|
rename .html files to .svelte
|
6 years ago |
namespace-invalid
|
rename .html files to .svelte
|
6 years ago |
namespace-invalid-unguessable
|
rename .html files to .svelte
|
6 years ago |
namespace-non-literal
|
rename .html files to .svelte
|
6 years ago |
non-empty-block-dev
|
update validate tests
|
6 years ago |
prop-slot
|
update tests
|
6 years ago |
reactive-declaration-cyclical
|
fix reactive declaration cycle detection + clearer error on cycle
|
5 years ago |
reactive-declaration-non-top-level
|
Warn on improper use of reactive declarations
|
6 years ago |
ref-not-supported
|
rename .html files to .svelte
|
6 years ago |
ref-not-supported-in-css
|
rename .html files to .svelte
|
6 years ago |
script-invalid-context
|
rename .html files to .svelte
|
6 years ago |
select-multiple
|
update validate tests
|
6 years ago |
slot-attribute-invalid
|
complain if named slots other than direct descendant of component (#4509)
|
5 years ago |
svg-child-component-declared-namespace
|
update validate tests
|
6 years ago |
tag-custom-element-options-missing
|
tests: validator: add support for customElement compile option + test cases (#4133)
|
5 years ago |
tag-custom-element-options-true
|
tests: validator: add support for customElement compile option + test cases (#4133)
|
5 years ago |
tag-invalid
|
rename .html files to .svelte
|
6 years ago |
tag-non-string
|
rename .html files to .svelte
|
6 years ago |
textarea-value-children
|
rename .html files to .svelte
|
6 years ago |
title-no-attributes
|
rename .html files to .svelte
|
6 years ago |
title-no-children
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-in
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-in-transition
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-out
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-out-transition
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-transition
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-transition-in
|
rename .html files to .svelte
|
6 years ago |
transition-duplicate-transition-out
|
rename .html files to .svelte
|
6 years ago |
transition-missing
|
augment warnings to help people figure out they need to add a <script>
|
6 years ago |
transition-on-component
|
update tests
|
6 years ago |
undefined-value
|
don't warn when using each index in key (#3274)
|
5 years ago |
undefined-value-global
|
warn on template references to global variables (#2295)
|
6 years ago |
unreferenced-variables
|
remove quotes from code suggestion
|
5 years ago |
window-binding-invalid
|
rename .html files to .svelte
|
6 years ago |
window-binding-invalid-innerwidth
|
rename .html files to .svelte
|
6 years ago |
window-binding-invalid-value
|
rename .html files to .svelte
|
6 years ago |
window-binding-invalid-width
|
rename .html files to .svelte
|
6 years ago |
window-binding-online
|
update validate tests
|
6 years ago |