From 24ccc2a578d182b9c62d322a83fed755befa7b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa?= Date: Wed, 10 Jul 2024 12:21:37 +0200 Subject: [PATCH] add upper case to allowed import formats --- configs/ts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.