@@ -26,6 +26,7 @@ import spaceAfterTypeColon from './rules/spaceAfterTypeColon';
2626import spaceBeforeGenericBracket from './rules/spaceBeforeGenericBracket' ;
2727import spaceBeforeTypeColon from './rules/spaceBeforeTypeColon' ;
2828import typeIdMatch from './rules/typeIdMatch' ;
29+ import typeImportStyle from './rules/typeImportStyle' ;
2930import unionIntersectionSpacing from './rules/unionIntersectionSpacing' ;
3031import useFlowType from './rules/useFlowType' ;
3132import validSyntax from './rules/validSyntax' ;
@@ -58,6 +59,7 @@ const rules = {
5859 'space-before-generic-bracket' : spaceBeforeGenericBracket ,
5960 'space-before-type-colon' : spaceBeforeTypeColon ,
6061 'type-id-match' : typeIdMatch ,
62+ 'type-import-style' : typeImportStyle ,
6163 'union-intersection-spacing' : unionIntersectionSpacing ,
6264 'use-flow-type' : useFlowType ,
6365 'valid-syntax' : validSyntax
@@ -98,6 +100,7 @@ export default {
98100 'space-before-generic-bracket' : 0 ,
99101 'space-before-type-colon' : 0 ,
100102 'type-id-match' : 0 ,
103+ 'type-import-style' : 0 ,
101104 'union-intersection-spacing' : 0 ,
102105 'use-flow-type' : 0 ,
103106 'valid-syntax' : 0
0 commit comments