Skip to content

Commit

Permalink
Remove extra lint rule now that warnings are fixes (orcasound#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu authored Mar 6, 2022
1 parent c46ae9a commit e14cb27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"plugins": ["simple-import-sort"],
"rules": {
"prefer-const": "warn",
"react/no-unescaped-entities": "warn", // TODO: Remove once warnings are fixed
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn"
},
Expand Down

0 comments on commit e14cb27

Please sign in to comment.