diff --git a/README.md b/README.md index 855ca4200..d24894425 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ module.exports = { ], rules: { // override/add rules' settings here - 'vue/no-invalid-v-if': 'error' + 'vue/valid-v-if': 'error' } } ``` @@ -58,19 +58,34 @@ No rules are enabled by `plugin:vue/base` config. The `plugin:vue/recommended` c The `--fix` option on the command line automatically fixes problems reported by rules which have a wrench :wrench: below. -Deprecated rules witch should be used with caution and only enabled when you know what you are doing have a warning :warning: icon. - -### Stylistic Issues +### Possible Errors | | Rule ID | Description | |:---|:--------|:------------| -| :wrench: | [attribute-hyphenation](./docs/rules/attribute-hyphenation.md) | Define a style for the props casing in templates. | -| | [html-quotes](./docs/rules/html-quotes.md) | enforce quotes style of HTML attributes. | -| :wrench: | [name-property-casing](./docs/rules/name-property-casing.md) | Requires specific casing for the name property in Vue components | -| :wrench: | [v-bind-style](./docs/rules/v-bind-style.md) | enforce `v-bind` directive style. | -| :wrench: | [v-on-style](./docs/rules/v-on-style.md) | enforce `v-on` directive style. | +| | [no-dupe-keys](./docs/rules/no-dupe-keys.md) | Prevents duplication of field names. | +| :white_check_mark: | [no-parsing-error](./docs/rules/no-parsing-error.md) | disallow parsing errors in `