Skip to content

Commit

Permalink
Merge branch 'alpha' into moumouls/dry-handle-auth-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Mar 19, 2024
2 parents bd88aa9 + 1a2b513 commit a5b97d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"prefer-const": "error",
"space-infix-ops": "error",
"no-useless-escape": "off",
"require-atomic-updates": "off"
"require-atomic-updates": "off",
"object-curly-spacing": ["error", "always"]
},
"globals": {
"Parse": true
Expand Down

0 comments on commit a5b97d0

Please sign in to comment.