Skip to content

Commit 60d0840

Browse files
authored
Merge pull request #245 from serkodev/fix/allow-empty-browserlist
chore: optional `browserlist` config
2 parents 5baffe5 + 1f789b0 commit 60d0840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rules/tscompat.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ export const tscompat = createRule({
370370
},
371371
schema: {
372372
type: "array",
373-
minItems: 1,
374373
items: [
375374
{
376375
type: "object",
@@ -379,7 +378,6 @@ export const tscompat = createRule({
379378
type: "array",
380379
},
381380
},
382-
required: ["browserslist"],
383381
additionalProperties: false,
384382
},
385383
],

0 commit comments

Comments
 (0)