Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelcoulombecivalgo committed Jan 15, 2024
1 parent 3d962ae commit 4c91b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
rules: {
"no-restricted-globals": ["error", "name", "length"],
"prefer-arrow-callback": "error",
"quotes": ["error", "double", {"allowTemplateLiterals": true}],
"quotes": ["error", "double", { "allowTemplateLiterals": true }],
},
overrides: [
{
Expand Down

0 comments on commit 4c91b4f

Please sign in to comment.