flatlint 4.1.0 → 4.2.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
+ 2026.01.12, v4.2.0
2
+
3
+ feature:
4
+ - 0f61b17 flatlint: remove-useless-comma: double
5
+
1
6
  2026.01.10, v4.1.0
2
7
 
3
8
  feature:
@@ -65,4 +65,5 @@ export const replace = () => ({
65
65
  '__a(__args),': '__a(__args)',
66
66
  '},': '}',
67
67
  '}),': '})',
68
+ ',,': ',',
68
69
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",