Skip to content

Commit e1319ce

Browse files
committed
refactor(): lint
1 parent 6c87e1a commit e1319ce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/parser.ts

+1
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ function defineInterface(schema: Schema, definitionKey: string): Definition {
514514
);
515515

516516
const helpersGuardImports = Array.prototype.concat
517+
// tslint:disable-next-line:no-array-mutation
517518
.apply(
518519
[],
519520
properties.map(

tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"no-unnecessary-type-assertion": true,
7171
"no-unsafe-finally": true,
7272
"no-unused-expression": true,
73-
"no-use-before-declare": true,
7473
"no-var-keyword": true,
7574
"no-var-requires": true,
7675
"number-literal-format": true,

0 commit comments

Comments
 (0)