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.
Files changed (3) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +1 -1
  3. 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.12.0",
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",
package/putout.json CHANGED
@@ -101,6 +101,9 @@
101
101
  "eslint": "on",
102
102
  "eslint/convert-require-to-import": "off"
103
103
  },
104
+ "eslint.config.*": {
105
+ "eslint": "on"
106
+ },
104
107
  "package.json": {
105
108
  "package-json": "on"
106
109
  },