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 b501079 commit 5ff77f1
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,
...globals["cypress/globals"]
...globals["cypress/globals"],
},
},
plugins: {
"license-header": licenseHeaderPlugin,
"react-hooks": reactHookPlugin,
"react-refresh": reactRefreshPlugin,
"cypress": cypressPlugin
"cypress": cypressPlugin,

Check failure on line 60 in webapp/eslint.config.js

View workflow job for this annotation

GitHub Actions / npm-lint

Replace `"cypress"` with `cypress`
},
rules: {
...reactHookPlugin.configs.recommended.rules,
Expand Down

0 comments on commit 5ff77f1

Please sign in to comment.