@putout/eslint 3.0.0 → 3.1.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.
@@ -2,7 +2,6 @@
2
2
 
3
3
  const prepare = (plugin, context, options) => (node) => {
4
4
  const {filter, report} = plugin;
5
-
6
5
  const {sourceCode, filename} = context;
7
6
 
8
7
  const getText = sourceCode.getText.bind(sourceCode);
@@ -19,7 +18,6 @@ const prepare = (plugin, context, options) => (node) => {
19
18
  });
20
19
 
21
20
  const text = getText(node);
22
-
23
21
  const path = {
24
22
  text,
25
23
  node,
@@ -95,7 +93,7 @@ function getMeta(plugin) {
95
93
  docs: {
96
94
  recommended,
97
95
  },
98
- schema: {},
96
+ schema: false,
99
97
  fixable,
100
98
  };
101
99
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout",
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@putout/plugin-eslint-plugin": "*",
41
41
  "c8": "^8.0.0",
42
- "eslint": "^8.45.0",
42
+ "eslint": "^9.0.0-alpha.0",
43
43
  "eslint-plugin-n": "^16.0.0",
44
44
  "eslint-plugin-putout": "^22.0.0",
45
45
  "just-camel-case": "^4.0.2",