diff --git a/docs/rules/README.md b/docs/rules/README.md index c548e5163..513827d01 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -132,16 +132,22 @@ For example: ```json { "rules": { - "vue/component-name-in-template-casing": "error" + "vue/array-bracket-spacing": "error" } } ``` | Rule ID | Description | | |:--------|:------------|:---| +| [vue/array-bracket-spacing](./array-bracket-spacing.md) | enforce consistent spacing inside array brackets | :wrench: | | [vue/component-name-in-template-casing](./component-name-in-template-casing.md) | enforce specific casing for the component naming style in template | :wrench: | +| [vue/eqeqeq](./eqeqeq.md) | require the use of `===` and `!==` | :wrench: | +| [vue/key-spacing](./key-spacing.md) | enforce consistent spacing between keys and values in object literal properties | :wrench: | | [vue/match-component-file-name](./match-component-file-name.md) | require component name property to match its file name | | +| [vue/object-curly-spacing](./object-curly-spacing.md) | enforce consistent spacing inside braces | :wrench: | | [vue/script-indent](./script-indent.md) | enforce consistent indentation in `