@putout/eslint
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -5,3 +5,2 @@ 'use strict'; | ||
const {filter, report} = plugin; | ||
const {sourceCode, filename} = context; | ||
@@ -23,3 +22,2 @@ | ||
const text = getText(node); | ||
const path = { | ||
@@ -100,3 +98,3 @@ text, | ||
}, | ||
schema: {}, | ||
schema: false, | ||
fixable, | ||
@@ -103,0 +101,0 @@ }; |
{ | ||
"name": "@putout/eslint", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"type": "commonjs", | ||
@@ -42,3 +42,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"c8": "^8.0.0", | ||
"eslint": "^8.45.0", | ||
"eslint": "^9.0.0-alpha.0", | ||
"eslint-plugin-n": "^16.0.0", | ||
@@ -45,0 +45,0 @@ "eslint-plugin-putout": "^22.0.0", |