Skip to content

Commit 319d5e1

Browse files
authored
Update ESLint config to allow UPPER_CASE format for imports (#716)
1 parent 210c5ec commit 319d5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-config/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const config = [
4545
// Allow PascalCase for React imports
4646
{
4747
selector: "import",
48-
format: ["camelCase", "PascalCase"],
48+
format: ["camelCase", "PascalCase", "UPPER_CASE"],
4949
},
5050
],
5151
"preferArrows/prefer-arrow-functions": [

0 commit comments

Comments
 (0)