Fix some lint errors

This commit is contained in:
Przemek Więch
2026-04-28 23:28:52 +02:00
parent 0443741537
commit 36852348a8
4 changed files with 7 additions and 9 deletions

View File

@@ -25,8 +25,6 @@ module.exports = {
'plugin:react/recommended',
],
rules: {
'no-var': 'off',
'prefer-const': 'off',
'no-case-declarations': 'off',
'prefer-spread': 'off',
'no-extra-boolean-cast': 'off',