Skip to content

Commit

Permalink
update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Dec 17, 2024
1 parent b273c8b commit fa26d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
"all"
],
"eqeqeq": "error",
"prefer-arrow-callback": "error"
"prefer-arrow-callback": "error",
"prefer-const": "off"
}
},
"prettier": {
Expand Down

0 comments on commit fa26d19

Please sign in to comment.