@putout/eslint
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -40,2 +40,3 @@ 'use strict'; | ||
const [eslintError, eslint] = await tryToCatch(getESLint, { | ||
name, | ||
fix, | ||
@@ -42,0 +43,0 @@ config, |
{ | ||
"name": "@putout/eslint", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"type": "commonjs", | ||
@@ -33,2 +33,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"dependencies": { | ||
"find-up": "^6.3.0", | ||
"try-to-catch": "^3.0.1" | ||
@@ -35,0 +36,0 @@ }, |
@@ -8,2 +8,4 @@ # @putout/eslint [![NPM version][NPMIMGURL]][NPMURL] | ||
☝️ *[FlatConfig](https://eslint.org/blog/2022/08/new-config-system-part-2/) supported from the box.* | ||
## Install | ||
@@ -169,3 +171,2 @@ | ||
const lint = require('@putout/eslint/lint'); | ||
const removeDebugger = require('./remove-debugger'); | ||
@@ -172,0 +173,0 @@ const [code, places] = lint('debugger', { |
Sorry, the diff of this file is not supported yet
16830
310
184
2
+ Addedfind-up@^6.3.0
+ Addedfind-up@6.3.0(transitive)
+ Addedlocate-path@7.2.0(transitive)
+ Addedp-limit@4.0.0(transitive)
+ Addedp-locate@6.0.0(transitive)
+ Addedpath-exists@5.0.0(transitive)
+ Addedyocto-queue@1.1.1(transitive)