diff --git a/rules/typescript.js b/rules/typescript.js index 9a6f214..c1e603f 100644 --- a/rules/typescript.js +++ b/rules/typescript.js @@ -77,6 +77,10 @@ const typescriptRules = { match: false, }, }, + { + selector: 'import', + format: ['camelCase', 'PascalCase'], + }, ], '@typescript-eslint/no-array-constructor': 2, '@typescript-eslint/no-empty-interface': 2,