We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210c5ec commit 319d5e1Copy full SHA for 319d5e1
1 file changed
packages/eslint-config/base.js
@@ -45,7 +45,7 @@ export const config = [
45
// Allow PascalCase for React imports
46
{
47
selector: "import",
48
- format: ["camelCase", "PascalCase"],
+ format: ["camelCase", "PascalCase", "UPPER_CASE"],
49
},
50
],
51
"preferArrows/prefer-arrow-functions": [
0 commit comments