redlint 5.3.3 → 5.3.4

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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.01.30, v5.3.4
2
+
3
+ feature:
4
+ - 4fec1c1 run: improve convert from ESM to CommonJS
5
+
1
6
  2026.01.29, v5.3.3
2
7
 
3
8
  fix:
@@ -27,6 +27,8 @@ function createPlugin(content, require) {
27
27
  const {code} = putout(content, {
28
28
  plugins: [
29
29
  'nodejs/convert-esm-to-commonjs',
30
+ 'remove-nested-blocks',
31
+ 'putout',
30
32
  ],
31
33
  });
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",