2.7 KiB
2.7 KiB
Vue
- "array-bracket-spacing"
- "arrow-spacing"
- "attribute-hyphenation"
- "attributes-order"
- "block-spacing"
- "brace-style"
- "camelcase"
- "comma-dangle"
- "comment-directive"
- "component-definition-name-casing"
- "component-name-in-template-casing"
- "component-tags-order"
- "dot-location"
- "eqeqeq"
- "html-closing-bracket-newline"
- "html-closing-bracket-spacing"
- "html-end-tags"
- "html-indent"
- "html-quotes"
- "html-self-closing"
- "jsx-uses-vars"
- "key-spacing"
- "keyword-spacing"
- "match-component-file-name"
- "max-attributes-per-line"
- "max-len"
- "multiline-html-element-content-newline"
- "mustache-interpolation-spacing"
- "name-property-casing"
- "no-async-in-computed-properties"
- "no-boolean-default"
- "no-confusing-v-for-v-if"
- "no-deprecated-scope-attribute"
- "no-deprecated-slot-attribute"
- "no-deprecated-slot-scope-attribute"
- "no-dupe-keys"
- "no-duplicate-attributes"
- "no-empty-pattern"
- "no-irregular-whitespace"
- "no-multi-spaces"
- "no-parsing-error"
- "no-reserved-component-names"
- "no-reserved-keys"
- "no-restricted-syntax"
- "no-shared-component-data"
- "no-side-effects-in-computed-properties"
- "no-spaces-around-equal-signs-in-attribute"
- "no-static-inline-styles"
- "no-template-key"
- "no-template-shadow"
- "no-textarea-mustache"
- "no-unsupported-features"
- "no-unused-components"
- "no-unused-vars"
- "no-use-v-if-with-v-for"
- "no-v-html"
- "object-curly-spacing"
- "order-in-components"
- "padding-line-between-blocks"
- "prop-name-casing"
- "require-component-is"
- "require-default-prop"
- "require-direct-export"
- "require-name-property"
- "require-prop-type-constructor"
- "require-prop-types"
- "require-render-return"
- "require-v-for-key"
- "require-valid-default-prop"
- "return-in-computed-property"
- "script-indent"
- "singleline-html-element-content-newline"
- "sort-keys"
- "space-infix-ops"
- "space-unary-ops"
- "static-class-names-order"
- "this-in-template"
- "use-v-on-exact"
- "v-bind-style"
- "v-on-function-call"
- "v-on-style"
- "v-slot-style"
- "valid-template-root"
- "valid-v-bind"
- "valid-v-bind-sync"
- "valid-v-cloak"
- "valid-v-else"
- "valid-v-else-if"
- "valid-v-for"
- "valid-v-html"
- "valid-v-if"
- "valid-v-model"
- "valid-v-on"
- "valid-v-once"
- "valid-v-pre"
- "valid-v-show"
- "valid-v-slot"
- "valid-v-text"