flatlint 3.2.0 → 3.2.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,9 +1,7 @@
|
|
|
1
1
|
export const report = () => 'Add missing square brace';
|
|
2
2
|
|
|
3
3
|
export const match = () => ({
|
|
4
|
-
'["__a"': (vars, path) =>
|
|
5
|
-
return !path.isNext();
|
|
6
|
-
},
|
|
4
|
+
'["__a"': (vars, path) => !path.isNext(),
|
|
7
5
|
});
|
|
8
6
|
export const replace = () => ({
|
|
9
7
|
'[__array;': '[__array];',
|