putout 29.5.0 → 29.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 +11 -0
- package/package.json +1 -1
- package/putout.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.05.08, v29.5.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 74c8915be eslint-plugin-putout: update API (https://eslint.org/blog/2023/05/eslint-v8.40.0-released/)
|
|
5
|
+
- ee1534466 package: @putout/plugin-eslint-plugin v1.0.0
|
|
6
|
+
- 220500e1a putout: configuration: eslint -> eslint/
|
|
7
|
+
- ee06778c5 package: @putout/plugin-eslint-plugin v1.0.0
|
|
8
|
+
- 3d5c2487a plugin-eslint-plugin: add
|
|
9
|
+
- 61b17bcc9 eslint: add support of new API (https://eslint.org/blog/2023/05/eslint-v8.40.0-released/)
|
|
10
|
+
- fea803ee2 @putout/plugin-eslint-plugin: add
|
|
11
|
+
|
|
1
12
|
2023.05.07, v29.5.0
|
|
2
13
|
|
|
3
14
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.5.
|
|
3
|
+
"version": "29.5.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
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
".browserlistrc": "on"
|
|
79
79
|
},
|
|
80
80
|
".eslintrc{*,.json}": {
|
|
81
|
-
"eslint": "on",
|
|
81
|
+
"eslint/": "on",
|
|
82
82
|
"eslint/convert-require-to-import": "off"
|
|
83
83
|
},
|
|
84
84
|
"package.json": {
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"nodejs/convert-top-level-return": "off",
|
|
134
134
|
"putout": "off",
|
|
135
135
|
"putout-config": "off",
|
|
136
|
-
"eslint": "off",
|
|
136
|
+
"eslint/": "off",
|
|
137
137
|
"package-json": "off",
|
|
138
138
|
"madrun": "off",
|
|
139
139
|
"webpack": "off",
|