Skip to content

Commit

Permalink
feat: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 24, 2025
1 parent 7a60117 commit e196794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ export default [
globals: {
...globals.browser,
...globals.es2022,
"cy": true,
cy: true,
},
},
plugins: {
"license-header": licenseHeaderPlugin,
"react-hooks": reactHookPlugin,
"react-refresh": reactRefreshPlugin,
"cypress": cypressPlugin,
cypress: cypressPlugin,
},
rules: {
...reactHookPlugin.configs.recommended.rules,
Expand Down

0 comments on commit e196794

Please sign in to comment.