Skip to content

Commit

Permalink
Add prefer-template rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Sep 2, 2023
1 parent c68d497 commit 19e84b5
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 @@ -35,6 +35,7 @@ module.exports = {
"sort/string-unions": "warn",
"no-unused-vars": "off",
"no-useless-rename": "warn",
"prefer-template": "error",
"object-shorthand": "warn",
"sort/imports": [
"warn",
Expand Down

0 comments on commit 19e84b5

Please sign in to comment.