putout 35.12.0 → 35.13.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 +13 -0
- package/package.json +1 -1
- package/putout.json +3 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024.04.10, v35.13.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- e79864d67 eslint-plugin-putout: ts: plugins
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- eb0e9cb9c putout: match: add support of ESLint FlatConfig
|
|
8
|
+
- 4ff66674b @putout/plugin-eslint: convert-files-to-array: add support of FlatConfig
|
|
9
|
+
- 809df0ec7 @putout/plugin-eslint: convert-files-to-array: add
|
|
10
|
+
- 83c56c805 putout: migrate to ESLint FlatConfig
|
|
11
|
+
- e61697166 @putout/plugin-eslint: remove-useless-slice: add
|
|
12
|
+
- 8114b3429 @putout/plugin-npmignore: add "*.config.*"
|
|
13
|
+
|
|
1
14
|
2024.04.09, v35.12.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.13.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|