Skip to content

Commit 755fd7f

Browse files
committed
eslint-docs
1 parent a277ad2 commit 755fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default [
181181
| [prevent-abbreviations](docs/rules/prevent-abbreviations.md) | Prevent abbreviations. || 🔧 | |
182182
| [relative-url-style](docs/rules/relative-url-style.md) | Enforce consistent relative URL style. || 🔧 | 💡 |
183183
| [require-array-join-separator](docs/rules/require-array-join-separator.md) | Enforce using the separator argument with `Array#join()`. || 🔧 | |
184-
| [require-module-specifiers](docs/rules/require-module-specifiers.md) | Disallow empty specifier list in import and export declaration. || 🔧 | 💡 |
184+
| [require-module-specifiers](docs/rules/require-module-specifiers.md) | Disallow empty specifier list in import and export declaration. || 🔧 | 💡 |
185185
| [require-number-to-fixed-digits-argument](docs/rules/require-number-to-fixed-digits-argument.md) | Enforce using the digits argument with `Number#toFixed()`. || 🔧 | |
186186
| [require-post-message-target-origin](docs/rules/require-post-message-target-origin.md) | Enforce using the `targetOrigin` argument with `window.postMessage()`. | | | 💡 |
187187
| [string-content](docs/rules/string-content.md) | Enforce better string content. | | 🔧 | 💡 |

0 commit comments

Comments
 (0)