Fix camera button alignment & add eslint indent rule

This commit is contained in:
Amanda Bullington
2023-03-15 17:26:44 -07:00
parent 1a2b042aa1
commit 32245cb526
15 changed files with 153 additions and 149 deletions

View File

@@ -54,6 +54,7 @@ module.exports = {
jsx: "never",
json: "always"
}],
indent: ["error", 2],
"max-len": [
"error",
100,