Skip to content

Commit 41ca7f5

Browse files
committed
feat: add unicorn consistent-template-literal-escape
1 parent 4af08a8 commit 41ca7f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint": "^10.0.0",
5656
"eslint-plugin-import-x": "^4.16.1",
5757
"eslint-plugin-simple-import-sort": "^12.1.1",
58-
"eslint-plugin-unicorn": "^63.0.0",
58+
"eslint-plugin-unicorn": "^64.0.0",
5959
"eslint-plugin-vue": "^10.0.0",
6060
"espree": "^11.0.0",
6161
"estraverse": "^5.3.0",

resources/eslint/unicorn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const CONFIG = [
88
},
99
"rules": {
1010
"unicorn/better-regex": "error",
11+
"unicorn/consistent-template-literal-escape": "error",
1112
"unicorn/prefer-optional-catch-binding": "error",
1213
"unicorn/catch-error-name": [
1314
"error",

0 commit comments

Comments
 (0)