change to singlequotes

This commit is contained in:
SethBurkart123
2023-11-08 11:50:01 +11:00
parent 9919b25493
commit db1349e430
21 changed files with 1576 additions and 1555 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
},
"rules": {
"indent": ["error", 2],
"quotes": ["error", "double"],
"quotes": ["error", "single"],
"semi": ["error", "always"]
}
}