Skip to content

Commit

Permalink
Remove eslint rule for quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 232feb7 commit 33dfb6e
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 @@ -24,7 +24,6 @@ module.exports = {
"import",
],
rules: {
"quotes": ["error", "double"],
"import/no-unresolved": 0,
"indent": ["error", 2],
"object-curly-spacing": ["error", "always"],
Expand Down

0 comments on commit 33dfb6e

Please sign in to comment.