Skip to content

Commit

Permalink
perf: add lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojrmcom committed Dec 13, 2021
1 parent 82062ba commit 00aae16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -74,6 +74,7 @@
"@typescript-eslint/no-inferrable-types": "warn",
"comma-dangle": 0,
"function-paren-newline": 0,
"react/jsx-no-useless-fragment": 0
"react/jsx-no-useless-fragment": 0,
"object-curly-newline": 0
}
}

0 comments on commit 00aae16

Please sign in to comment.