Skip to content

Commit

Permalink
fix: supress tslint for scan for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jan 1, 2019
1 parent fa49550 commit 51f2e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scanForImports.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ function scanTop(root, start, target) {

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

pWriteFile(target, `/* eslint-disable */
pWriteFile(target, `/* eslint-disable */
/* tslint:disable */
import {assignImportedComponents} from 'react-imported-component';
const applicationImports = {
${
Expand Down

0 comments on commit 51f2e00

Please sign in to comment.