diff --git a/.vscode/settings.json b/.vscode/settings.json index ce072c82c..6287f25a9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.tabSize": 2 + "editor.tabSize": 2, + "eslint.options": { + "rulePaths": ["eslint-internal-rules"] + } } diff --git a/README.md b/README.md index cf5bd5aa3..303f0b341 100644 --- a/README.md +++ b/README.md @@ -92,68 +92,68 @@ The `--fix` option on the command line automatically fixes problems reported by | | Rule ID | Description | |:---|:--------|:------------| -| | [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 `