diff --git a/.eslintignore b/.eslintignore index e0072d13e..1fd04daf2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ node_modules -lib/*-rules.js coverage .nyc_output diff --git a/README.md b/README.md index a5ffa65d3..fe69fa9d5 100644 --- a/README.md +++ b/README.md @@ -103,111 +103,107 @@ Rules are grouped by priority to help you understand their purpose. The `--fix` Enforce all the rules in this category, as well as all higher priority rules, with: -``` json -"extends": "plugin:vue/base" +```json +{ + "extends": "plugin:vue/base" +} ``` | | Rule ID | Description | |:---|:--------|:------------| -| | [comment-directive](./docs/rules/comment-directive.md) | support comment-directives in `