run updated linters

This commit is contained in:
2024-05-04 14:22:27 +02:00
parent 53fd110663
commit 20a55fffee
28 changed files with 353 additions and 275 deletions

View File

@@ -1,4 +1,3 @@
module.exports = {
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended',],
plugins: ['react-refresh'],
extends: ['@it-incubator/eslint-config'],
};