]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/rules/no-mixed-requires.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / rules / no-mixed-requires.md
index 1f813d9a13a5cd7459feb7e0af67ad8b3b963612..f747ebd6362a8f7067b3a1dacaa753818d2fc524 100644 (file)
@@ -1,11 +1,10 @@
 ---
 title: no-mixed-requires
-layout: doc
 rule_type: suggestion
 ---
 
 
-This rule was **deprecated** in ESLint v7.0.0. Please use the corresponding rule in [`eslint-plugin-node`](https://github.com/mysticatea/eslint-plugin-node).
+This rule was **deprecated** in ESLint v7.0.0. Please use the corresponding rule in [`eslint-plugin-n`](https://github.com/eslint-community/eslint-plugin-n).
 
 In the Node.js community it is often customary to separate initializations with calls to `require` modules from other variable declarations, sometimes also grouping them by the type of module. This rule helps you enforce this convention.