]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/rules/no-path-concat.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / rules / no-path-concat.md
index ebde85c45b3a64d4f4eb2466803e80163260fc48..1042f317920864d81cf3ae54837e2a1fa1c96991 100644 (file)
@@ -1,11 +1,10 @@
 ---
 title: no-path-concat
-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 Node.js, the `__dirname` and `__filename` global variables contain the directory path and the file path of the currently executing script file, respectively. Sometimes, developers try to use these variables to create paths to other files, such as: