Skip to content

Commit

Permalink
Update .eslintrc to add new rules to reduce conflicst between ESLint …
Browse files Browse the repository at this point in the history
…and Prettier
  • Loading branch information
anna-mat authored Oct 30, 2024
1 parent d06fd1e commit 84d360d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"rules": {
"no-bitwise": "off",
"comma-dangle": "off"
"no-unused-vars": "off",
"no-useless-concat": "off"
}
}

0 comments on commit 84d360d

Please sign in to comment.