File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ` | | | |
You can’t perform that action at this time.
0 commit comments