flatlint 2.6.0 → 2.7.0

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
+ 2025.03.14, v2.7.0
2
+
3
+ feature:
4
+ - 5df354d flatlint: remove-useless-round-brace: for-of
5
+
1
6
  2025.03.14, v2.6.0
2
7
 
3
8
  feature:
@@ -44,4 +44,5 @@ export const replace = () => ({
44
44
  'from "__b")': 'from "__b"',
45
45
  '__a);': '__a;',
46
46
  '})': '}',
47
+ 'for (__a __b of __c))': 'for (__a __b of __c)',
47
48
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",