putout 35.22.0 → 35.22.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.05.07, v35.22.1
2
+
3
+ feature:
4
+ - 947c377ef putout: eslint.config.js: disable putout/convert-match-to-flat
5
+
1
6
  2024.05.07, v35.22.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.22.0",
3
+ "version": "35.22.1",
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",
package/putout.json CHANGED
@@ -106,7 +106,8 @@
106
106
  "eslint/apply-match-to-flat": "off"
107
107
  },
108
108
  "eslint.config.*": {
109
- "eslint": "on"
109
+ "eslint": "on",
110
+ "putout/convert-match-to-function": "off"
110
111
  },
111
112
  "package.json": {
112
113
  "package-json": "on"