Skip to content

Commit

Permalink
Update who-metrics-ui/.eslintrc.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Candy <[email protected]>
  • Loading branch information
ajhenry and ipc103 authored Jan 23, 2024
1 parent bb14d4b commit 5b109cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion who-metrics-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const baseConfig = {
},
ignorePatterns: ["*__generated__*"],
rules: {
"prettier/prettier": 0, // Sorry but prettier/prettier is quite problematic
"prettier/prettier": 0, // We use prettier for formatting instead of ESLint
"import/no-unresolved": [
"error",
{
Expand Down

0 comments on commit 5b109cb

Please sign in to comment.