Skip to content

Commit 5900906

Browse files
authored
fix spacing in readme
1 parent 31744ec commit 5900906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ For [Shareable Configs](https://eslint.org/docs/latest/developer-guide/shareable
146146
| [no-extraneous-import](docs/rules/no-extraneous-import.md) | disallow `import` declarations which import extraneous modules | 🟢 ✅ | | |
147147
| [no-extraneous-require](docs/rules/no-extraneous-require.md) | disallow `require()` expressions which import extraneous modules | 🟢 ✅ | | |
148148
| [no-hide-core-modules](docs/rules/no-hide-core-modules.md) | disallow third-party modules which are hiding core modules | | ||
149-
| [no-missing-import](docs/rules/no-missing-import.md) | disallow `import` declarations which import missing modules | 🟢 ✅ | | |
150-
| [no-missing-require](docs/rules/no-missing-require.md) | disallow `require()` expressions which import missing modules | 🟢 ✅ | | |
149+
| [no-missing-import](docs/rules/no-missing-import.md) | disallow `import` declarations which import missing modules | 🟢 ✅ | | |
150+
| [no-missing-require](docs/rules/no-missing-require.md) | disallow `require()` expressions which import missing modules | 🟢 ✅ | | |
151151
| [no-mixed-requires](docs/rules/no-mixed-requires.md) | disallow `require` calls to be mixed with regular variable declarations | | | |
152152
| [no-new-require](docs/rules/no-new-require.md) | disallow `new` operators with calls to `require` | | | |
153153
| [no-path-concat](docs/rules/no-path-concat.md) | disallow string concatenation with `__dirname` and `__filename` | | | |

0 commit comments

Comments
 (0)