From 94417379cc392849c1789426ef235a75940b76de Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 4 May 2025 21:49:45 +0200 Subject: [PATCH] eslint: fix linting --- eslint.config.cjs | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/eslint.config.cjs b/eslint.config.cjs index 5066dac..7942212 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -212,32 +212,6 @@ module.exports = defineConfig([ ], }, }, - { - files: ['!**/*.json'], - - plugins: { - prettier, - }, - - extends: compat.extends('plugin:prettier/recommended'), - - rules: { - 'prettier/prettier': 'error', - }, - }, - { - files: ['!**/*.json'], - - plugins: { - prettier, - }, - - extends: compat.extends('plugin:prettier/recommended'), - - rules: { - 'prettier/prettier': 'error', - }, - }, { files: ['**/*.yaml', '**/*.yml'],