You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ module.exports = {
67
67
68
68
This plugin provides one config:
69
69
70
-
-`plugin:regexp/recommended` ... This is the recommended configuration for this plugin.
70
+
-`plugin:regexp/recommended` ... This is the recommended configuration for this plugin.
71
71
See [lib/configs/recommended.ts](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/configs/recommended.ts) for details.
72
72
73
73
<!--USAGE_SECTION_END-->
@@ -76,7 +76,7 @@ This plugin provides one config:
76
76
77
77
<!--RULES_SECTION_START-->
78
78
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.
80
80
The rules with the following star :star: are included in the `plugin:regexp/recommended` config.
81
81
82
82
<!--RULES_TABLE_START-->
@@ -140,6 +140,7 @@ Please use GitHub's Issues/PRs.
140
140
-`npm test` runs tests and measures coverage.
141
141
-`npm run update` runs in order to update readme and recommended configuration.
142
142
-`npm run new [new rule name]` runs to create the files needed for the new rule.
0 commit comments