Skip to content

Commit e86cbc4

Browse files
committed
chore(eslint): remove unused rule config
1 parent 76efacb commit e86cbc4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

eslint.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@ export default tseslint.config(
364364
...globals.browser,
365365
},
366366
},
367-
368-
rules: {
369-
'no-var': 'off',
370-
'prefer-rest-params': 'off',
371-
},
372367
},
373368
{
374369
files: ['packages/@lwc/integration-karma/**'],
@@ -383,11 +378,6 @@ export default tseslint.config(
383378
...globals.jasmine,
384379
},
385380
},
386-
387-
rules: {
388-
'no-var': 'off',
389-
'prefer-rest-params': 'off',
390-
},
391381
},
392382
{
393383
files: ['packages/@lwc/synthetic-shadow/**'],

0 commit comments

Comments
 (0)