flatlint 1.7.0 → 1.7.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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.12.30, v1.7.1
2
+
3
+ feature:
4
+ - ac7e9e7 flatlint: add-missing-squire-brace: one
5
+
1
6
  2024.12.30, v1.7.0
2
7
 
3
8
  feature:
@@ -4,6 +4,7 @@ export function report() {
4
4
 
5
5
  export function replace() {
6
6
  return {
7
+ '["hello";': '["hello"];',
7
8
  '["hello", "world";': '["hello", "world"];',
8
9
  };
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",