From 5e7c8a8ff4b093269d172cbcd87eb2bd0fcfbaf6 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sun, 8 Dec 2024 18:09:33 +0300 Subject: [PATCH] ESLint: configure import/extensions --- eslint.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index ba6d7dc..97a6218 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -13,9 +13,10 @@ export default [ '@next/next/no-duplicate-head': 'off', 'import/extensions': [ 'error', - 'ignorePackages', + 'never', { css: 'always', + json: 'always', }, ], 'prettier/prettier': [