File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ import { convertNoExplicitAny } from "./converters/no-explicit-any";
53
53
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
+ import { convertNoImportSideEffect } from "./converters/no-import-side-effect" ;
56
57
import { convertNoInferrableTypes } from "./converters/no-inferrable-types" ;
57
58
import { convertNoInternalModule } from "./converters/no-internal-module" ;
58
59
import { convertNoInvalidRegexp } from "./converters/no-invalid-regexp" ;
@@ -181,6 +182,7 @@ export const converters = new Map([
181
182
[ "no-floating-promises" , convertNoFloatingPromises ] ,
182
183
[ "no-for-in-array" , convertNoForInArray ] ,
183
184
[ "no-for-in" , convertNoForIn ] ,
185
+ [ "no-import-side-effect" , convertNoImportSideEffect ] ,
184
186
[ "no-inferrable-types" , convertNoInferrableTypes ] ,
185
187
[ "no-internal-module" , convertNoInternalModule ] ,
186
188
[ "no-invalid-regexp" , convertNoInvalidRegexp ] ,
You can’t perform that action at this time.
0 commit comments