diff --git a/docs/developer-guide/README.md b/docs/developer-guide/README.md index c5bfcc99e..2e1bb7da9 100644 --- a/docs/developer-guide/README.md +++ b/docs/developer-guide/README.md @@ -13,7 +13,7 @@ Please include as much detail as possible to help us properly address your issue In order to add a new rule or a rule change, you should: - Create issue on GitHub with description of proposed rule -- Generate a new rule using the `npm run new -- [rule-name]` command +- Generate a new rule using the `npm run new ` command - Write test scenarios & implement logic - Describe the rule in the generated `docs` file - Make sure all tests are passing diff --git a/docs/rules/README.md b/docs/rules/README.md index 19c2565e4..4052cae75 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -276,42 +276,42 @@ The following rules extend the rules provided by ESLint itself and apply them to | Rule ID | Description | | | |:--------|:------------|:--:|:--:| -| [vue/array-bracket-newline](./array-bracket-newline.md) | Enforce linebreaks after opening and before closing array brackets in `