@@ -229,7 +229,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
229
229
230
230
``` json
231
231
{
232
- "@typescript-eslint/naming-conventions " : [
232
+ "@typescript-eslint/naming-convention " : [
233
233
" error" ,
234
234
{ "selector" : " variableLike" , "format" : [" camelCase" ] }
235
235
]
@@ -240,7 +240,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
240
240
241
241
``` json
242
242
{
243
- "@typescript-eslint/naming-conventions " : [
243
+ "@typescript-eslint/naming-convention " : [
244
244
" error" ,
245
245
{
246
246
"selector" : " memberLike" ,
@@ -256,7 +256,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
256
256
257
257
``` json
258
258
{
259
- "@typescript-eslint/naming-conventions " : [
259
+ "@typescript-eslint/naming-convention " : [
260
260
" error" ,
261
261
{
262
262
"selector" : " variable" ,
@@ -272,7 +272,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
272
272
273
273
``` json
274
274
{
275
- "@typescript-eslint/naming-conventions " : [
275
+ "@typescript-eslint/naming-convention " : [
276
276
" error" ,
277
277
{
278
278
"selector" : " variable" ,
@@ -286,7 +286,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
286
286
287
287
``` json
288
288
{
289
- "@typescript-eslint/naming-conventions " : [
289
+ "@typescript-eslint/naming-convention " : [
290
290
" error" ,
291
291
{
292
292
"selector" : " typeParameter" ,
@@ -301,7 +301,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
301
301
302
302
``` json
303
303
{
304
- "@typescript-eslint/naming-conventions " : [
304
+ "@typescript-eslint/naming-convention " : [
305
305
" error" ,
306
306
{
307
307
"selector" : " default" ,
0 commit comments