File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' skuba ' : patch
3
+ ---
4
+
5
+ format, lint: Avoid unnecessary template literals
6
+
7
+ We now automatically convert unnecessary template literals into single-quoted strings for consistency.
Original file line number Diff line number Diff line change 16
16
"ejs" : " ^3.1.6" ,
17
17
"enquirer" : " ^2.3.6" ,
18
18
"eslint" : " ^8.11.0" ,
19
- "eslint-config-skuba" : " 1.0.16 " ,
19
+ "eslint-config-skuba" : " 1.1.0 " ,
20
20
"execa" : " ^5.0.0" ,
21
21
"fdir" : " ^5.0.0" ,
22
22
"fs-extra" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -3148,10 +3148,10 @@ eslint-config-seek@^9.0.0:
3148
3148
eslint-plugin-react-hooks "^4.3.0"
3149
3149
find-root "^1.1.0"
3150
3150
3151
- eslint-config-skuba@1.0.16 :
3152
- version "1.0.16 "
3153
- resolved "https://registry.yarnpkg.com/eslint-config-skuba/-/eslint-config-skuba-1.0.16. tgz#7c25119396e844c6169413175ffb443f6ba0b131 "
3154
- integrity sha512-b2TsTom3+A1nIdnfE7eVpIKEKh71vS6l79csrc5J+Es0iyocCFGaxD+7kfsYPSBX4CtOvoCKWE71kmMIefsbhA ==
3151
+ eslint-config-skuba@1.1.0 :
3152
+ version "1.1.0 "
3153
+ resolved "https://registry.yarnpkg.com/eslint-config-skuba/-/eslint-config-skuba-1.1.0. tgz#54b4eaad5acc2dea818bc4c6b0abd58c5d69f401 "
3154
+ integrity sha512-EK/Lnflb+Zm0WQAOOZ1jm/P3b9lD7JKoqDoVOviBIrN4+DTpe5rMuCcYN/4RoZsG76bdwDUMQAhtrr7z2939Kg ==
3155
3155
dependencies :
3156
3156
" @types/eslint" " ^8.4.1"
3157
3157
" @typescript-eslint/eslint-plugin" " ^5.16.0"
You can’t perform that action at this time.
0 commit comments