From 66e3628502e38a2b8b8b6f303d2607908f4aa340 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Wed, 2 Oct 2024 21:50:40 +0000 Subject: [PATCH] Fix type --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 16ac2802..6994d499 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,6 @@ import loguxConfig from '@logux/eslint-config' -/** @type {import('eslint').Linter.FlatConfig[]} */ +/** @type {import('eslint').Linter.Config[]} */ export default [ { ignores: ['fixtures/', 'packages/*/test/fixtures/']