From 376feecb280c28504788c9677c6cb3cc455f00b6 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Sat, 23 May 2026 10:33:53 +0200 Subject: chore: upgrade digiid-ts to v3 and stabilize dev/build scripts --- .eslintrc.cjs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.eslintrc.cjs') diff --git a/.eslintrc.cjs b/.eslintrc.cjs index e7f58a7..2a228e9 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -10,13 +10,9 @@ module.exports = { ], ignorePatterns: ['dist', '.eslintrc.cjs', 'vite.config.ts', 'node_modules'], parser: '@typescript-eslint/parser', - plugins: ['react-refresh', '@typescript-eslint', 'prettier'], + plugins: ['@typescript-eslint', 'prettier'], rules: { 'prettier/prettier': 'warn', // Show Prettier issues as warnings - 'react-refresh/only-export-components': [ - 'warn', - { allowConstantExport: true }, - ], '@typescript-eslint/no-unused-vars': [ 'warn', { @@ -32,4 +28,4 @@ module.exports = { version: 'detect' // Automatically detect the React version } } -}; \ No newline at end of file +}; -- cgit v1.2.3