Skip to content

Commit

Permalink
Merge "REST: Disallow unnecessary string interpolation"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Sep 17, 2024
2 parents 5e0b4e6 + 1c25a71 commit d833f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repo/rest-api/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"no-unused-expressions": "off",
"prefer-arrow-callback": "off",
"template-curly-spacing": "off",
"camelcase": "off"
"camelcase": "off",
"no-implicit-coercion": [ "error", { "disallowTemplateShorthand": true } ]
}
}

0 comments on commit d833f79

Please sign in to comment.