File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ import { convertNoFloatingPromises } from "./converters/no-floating-promises";
54
54
import { convertNoForIn } from "./converters/no-for-in" ;
55
55
import { convertNoForInArray } from "./converters/no-for-in-array" ;
56
56
import { convertNoImplicitDependencies } from "./converters/no-implicit-dependencies" ;
57
+ import { convertNoImportSideEffect } from "./converters/no-import-side-effect" ;
57
58
import { convertNoInferrableTypes } from "./converters/no-inferrable-types" ;
58
59
import { convertNoInternalModule } from "./converters/no-internal-module" ;
59
60
import { convertNoInvalidRegexp } from "./converters/no-invalid-regexp" ;
@@ -184,6 +185,7 @@ export const converters = new Map([
184
185
[ "no-for-in-array" , convertNoForInArray ] ,
185
186
[ "no-implicit-dependencies" , convertNoImplicitDependencies ] ,
186
187
[ "no-for-in" , convertNoForIn ] ,
188
+ [ "no-import-side-effect" , convertNoImportSideEffect ] ,
187
189
[ "no-inferrable-types" , convertNoInferrableTypes ] ,
188
190
[ "no-internal-module" , convertNoInternalModule ] ,
189
191
[ "no-invalid-regexp" , convertNoInvalidRegexp ] ,
You can’t perform that action at this time.
0 commit comments