eslint-plugin-putout 19.5.0 → 19.6.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.
@@ -10,7 +10,7 @@ const compat = new FlatCompat({
10
10
  baseDirectory: __dirname,
11
11
  });
12
12
 
13
- const n = compat.config(nPlugin.configs.recommended);
13
+ const n = nPlugin.configs['flat/mixed-esm-and-cjs'];
14
14
 
15
15
  const plugins = [{
16
16
  plugins: {
@@ -26,7 +26,6 @@ module.exports.recommended = [
26
26
 
27
27
  module.exports.safe = [
28
28
  ...n,
29
- ...compat.config(putoutPlugin.configs.safe),
30
29
  ...getPutoutConfig('safe'),
31
30
  ...plugins,
32
31
  ];
package/lib/index.js CHANGED
@@ -106,7 +106,6 @@ const recommended = {
106
106
  ...ts,
107
107
  ...jsx,
108
108
  ],
109
- plugins: ['n'],
110
109
  };
111
110
 
112
111
  const safeRules = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "19.5.0",
3
+ "version": "19.6.0",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,