redlint 3.11.0 → 3.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog +8 -0
- package/bin/redlint.js +0 -1
- package/lib/menu.js +1 -1
- package/package.json +2 -2
package/ChangeLog
CHANGED
package/bin/redlint.js
CHANGED
package/lib/menu.js
CHANGED
|
@@ -39,5 +39,5 @@ export const isConvert = (a) => a === CONVERT || a === 'convert';
|
|
|
39
39
|
export const isConvertChosen = (a) => a === CONVERT_JS_TO_JSON || a === CONVERT_JSON_TO_JS;
|
|
40
40
|
export const isConvertChosenDebug = (a) => a === CONVERT_JS_TO_JSON_DEBUG || a === CONVERT_JSON_TO_JS_DEBUG;
|
|
41
41
|
|
|
42
|
-
export const isConvertToJson = (a) => a === CONVERT_JS_TO_JSON || a ===
|
|
42
|
+
export const isConvertToJson = (a) => a === CONVERT_JS_TO_JSON || a === CONVERT_JS_TO_JSON_DEBUG;
|
|
43
43
|
export const isConvertToJs = (a) => a === CONVERT_JSON_TO_JS || a === CONVERT_JSON_TO_JS_DEBUG;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redlint",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@putout/formatter-codeframe": "^6.0.0",
|
|
36
36
|
"@putout/formatter-dump": "^4.0.1",
|
|
37
37
|
"@putout/operator-json": "^2.0.0",
|
|
38
|
-
"@putout/plugin-filesystem": "^
|
|
38
|
+
"@putout/plugin-filesystem": "^4.0.0",
|
|
39
39
|
"@putout/processor-filesystem": "^3.0.0",
|
|
40
40
|
"chalk": "^5.3.0",
|
|
41
41
|
"enquirer": "^2.4.1",
|