summaryrefslogtreecommitdiff
path: root/.eslintrc.cjs
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:33:53 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:33:53 +0200
commit376feecb280c28504788c9677c6cb3cc455f00b6 (patch)
treeebf3ee7ac5e67560a98f51e3815f9b7a414734df /.eslintrc.cjs
parenteafdcd8290700fdeaa6b069c4d52e50a9db6ad94 (diff)
chore: upgrade digiid-ts to v3 and stabilize dev/build scripts
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r--.eslintrc.cjs8
1 files changed, 2 insertions, 6 deletions
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
+};