From 7e470dabf0b42dc7eb487fbcf1e48e02e1215752 Mon Sep 17 00:00:00 2001 From: fire332 <96039230+fire332@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:27:30 -0800 Subject: [PATCH] fix deprecation in eslint.config.js --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 53128bb..49f2455 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -15,7 +15,7 @@ const __dirname = dirname(__filename); const defaultSourceType = require(join(__dirname, 'package.json')).type ?? 'commonjs'; -/** @type {import('eslint').Linter.FlatConfig[]} */ +/** @type {import('eslint').Linter.Config[]} */ export default [ eslintJs.configs.recommended, prettierConfig,