flatlint 2.5.0 → 2.5.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
+ 2025.03.11, v2.5.1
2
+
3
+ fix:
4
+ - 03eece9 flatlint: apply-import-order: report
5
+
1
6
  2025.03.11, v2.5.0
2
7
 
3
8
  feature:
@@ -1,4 +1,4 @@
1
- export const report = () => `Add 'const' to 'export'`;
1
+ export const report = () => `Apply import order`;
2
2
 
3
3
  export const replace = () => ({
4
4
  'import {__a}, __b from "__c"': 'import __b, {__a} from "__c"',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",