We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba70ae commit aa923fbCopy full SHA for aa923fb
scripts/check_modules.py
@@ -47,6 +47,22 @@ def check_modules():
47
"name": "Replace it by `eslint-plugin-jsonc`.",
48
"category": "Recommendation",
49
},
50
+ "fs.F_OK": {
51
+ "name": "Replace it with `fs.constants.F_OK`.",
52
+ "category": "Deprecated",
53
+ },
54
+ "fs.R_OK": {
55
+ "name": "Replace it with `fs.constants.R_OK`.",
56
57
58
+ "fs.W_OK": {
59
+ "name": "Replace it with `fs.constants.W_OK`.",
60
61
62
+ "fs.X_OK": {
63
+ "name": "Replace it with `fs.constants.X_OK`.",
64
65
66
"Magic Mirror": {
67
"name": "Replace it with `MagicMirror²`.",
68
"category": "Typo",
0 commit comments