Skip to content

Commit e88fe5c

Browse files
committed
update vite
1 parent 277bd8e commit e88fe5c

File tree

4 files changed

+408
-231
lines changed

4 files changed

+408
-231
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ export default [
4444
...reactHooks.configs.recommended.rules,
4545
'react/react-in-jsx-scope': 'off',
4646
'react/prop-types': 'warn',
47-
47+
4848
// General rules
4949
'no-unused-vars': 'warn',
5050
'no-console': 'warn',
51-
51+
5252
// React Hooks rules
5353
'react-hooks/rules-of-hooks': 'error',
5454
'react-hooks/exhaustive-deps': 'warn',

0 commit comments

Comments
 (0)