Skip to content

Commit cdc71e5

Browse files
Added command starting the website to README (#107)
1 parent db0b84d commit cdc71e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767

6868
This plugin provides one config:
6969

70-
- `plugin:regexp/recommended` ... This is the recommended configuration for this plugin.
70+
- `plugin:regexp/recommended` ... This is the recommended configuration for this plugin.
7171
See [lib/configs/recommended.ts](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/configs/recommended.ts) for details.
7272

7373
<!--USAGE_SECTION_END-->
@@ -76,7 +76,7 @@ This plugin provides one config:
7676

7777
<!--RULES_SECTION_START-->
7878

79-
The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) automatically fixes problems reported by rules which have a wrench :wrench: below.
79+
The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) automatically fixes problems reported by rules which have a wrench :wrench: below.
8080
The rules with the following star :star: are included in the `plugin:regexp/recommended` config.
8181

8282
<!--RULES_TABLE_START-->
@@ -140,6 +140,7 @@ Please use GitHub's Issues/PRs.
140140
- `npm test` runs tests and measures coverage.
141141
- `npm run update` runs in order to update readme and recommended configuration.
142142
- `npm run new [new rule name]` runs to create the files needed for the new rule.
143+
- `npm run docs:watch` starts the website locally.
143144

144145
<!--DOCS_IGNORE_END-->
145146

0 commit comments

Comments
 (0)