We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76efacb commit e86cbc4Copy full SHA for e86cbc4
eslint.config.mjs
@@ -364,11 +364,6 @@ export default tseslint.config(
364
...globals.browser,
365
},
366
367
-
368
- rules: {
369
- 'no-var': 'off',
370
- 'prefer-rest-params': 'off',
371
- },
372
373
{
374
files: ['packages/@lwc/integration-karma/**'],
@@ -383,11 +378,6 @@ export default tseslint.config(
383
378
...globals.jasmine,
384
379
385
380
386
387
388
389
390
391
381
392
382
393
files: ['packages/@lwc/synthetic-shadow/**'],
0 commit comments