Skip to content

Commit

Permalink
32129139: Remove overridden eslint rule
Browse files Browse the repository at this point in the history
The "quotes" rule is overridden by prettier.
  • Loading branch information
DamienCassou committed Dec 14, 2023
1 parent 76897cc commit ef8b47a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
sourceType: "module",
},
rules: {
"quotes": ["error", "double"],
"import/no-unused-modules": [
"error",
{
Expand Down

0 comments on commit ef8b47a

Please sign in to comment.