Skip to content

Commit 3c4ccf9

Browse files
authored
Merge pull request #117 from whotake/enhancement/fix-eslint-errors
[FE] Fix eslint and prettier errors
2 parents 494443b + effe060 commit 3c4ccf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3906
-3175
lines changed

kafka-ui-react-app/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
{ "extensions": [".js", ".jsx", ".ts", ".tsx"] }
4343
],
4444
"jsx-a11y/label-has-associated-control": "off",
45-
"no-param-reassign": [2, { "props": false }]
45+
"no-param-reassign": [2, { "props": false }],
46+
"import/prefer-default-export": "off"
4647
},
4748
"overrides": [
4849
{

0 commit comments

Comments
 (0)