Skip to content

Commit 51f2e00

Browse files
committed
fix: supress tslint for scan for imports
1 parent fa49550 commit 51f2e00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scanForImports.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ function scanTop(root, start, target) {
118118

119119
console.log(`${Object.keys(imports).length} imports found, saving to ${target}`);
120120

121-
pWriteFile(target, `/* eslint-disable */
121+
pWriteFile(target, `/* eslint-disable */
122+
/* tslint:disable */
123+
122124
import {assignImportedComponents} from 'react-imported-component';
123125
const applicationImports = {
124126
${

0 commit comments

Comments
 (0)