Skip to content

Commit

Permalink
Enable the template-curly-spacing rule (jquery#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol authored Oct 16, 2023
1 parent c9fd571 commit 4d1b33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = {
"space-before-blocks": [ "error", "always" ],
"space-in-parens": [ "error", "always" ],
"keyword-spacing": [ 2 ],
"template-curly-spacing": [ "error", "always" ],
semi: [ "error", "always" ],
"semi-spacing": [
"error",
Expand Down

0 comments on commit 4d1b33e

Please sign in to comment.