We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af08a8 commit 41ca7f5Copy full SHA for 41ca7f5
2 files changed
package.json
@@ -55,7 +55,7 @@
55
"eslint": "^10.0.0",
56
"eslint-plugin-import-x": "^4.16.1",
57
"eslint-plugin-simple-import-sort": "^12.1.1",
58
- "eslint-plugin-unicorn": "^63.0.0",
+ "eslint-plugin-unicorn": "^64.0.0",
59
"eslint-plugin-vue": "^10.0.0",
60
"espree": "^11.0.0",
61
"estraverse": "^5.3.0",
resources/eslint/unicorn.js
@@ -8,6 +8,7 @@ const CONFIG = [
8
},
9
"rules": {
10
"unicorn/better-regex": "error",
11
+ "unicorn/consistent-template-literal-escape": "error",
12
"unicorn/prefer-optional-catch-binding": "error",
13
"unicorn/catch-error-name": [
14
"error",
0 commit comments