Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jul 9, 2024
1 parent 3edfb85 commit c9eb263
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions configs/eslint-config-compass/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ const tsOverrides = {
const tsxRules = {
...common.tsxRules,
...extraTsRules,
"react-hooks/exhaustive-deps": ["warn", {
"additionalHooks": "useTrackOnChange"
}]
'react-hooks/exhaustive-deps': [
'warn',
{
additionalHooks: 'useTrackOnChange',
},
],
};

const tsxOverrides = {
Expand Down

0 comments on commit c9eb263

Please sign in to comment.