diff --git a/configs/ts.js b/configs/ts.js index 82926e8..a859a33 100644 --- a/configs/ts.js +++ b/configs/ts.js @@ -21,7 +21,7 @@ module.exports = { }, { selector: 'import', - format: ['camelCase', 'PascalCase'], + format: ['camelCase', 'PascalCase', 'UPPER_CASE'], }, { // This is the 'property' group values. For some reason `property` selector is not recogniced.