Skip to content

Commit

Permalink
enhancement/24-add-husky-and-other-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gataniel committed Apr 13, 2020
1 parent 78377d4 commit fd6296f
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 15 deletions.
8 changes: 8 additions & 0 deletions kafka-ui-react-app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
{ "extensions": [".js", ".jsx", ".ts", ".tsx"] }
]
},
"overrides": [
{
"files": ["**/*.tsx"],
"rules": {
"react/prop-types": "off"
}
}
],
"settings": {
"import/resolver": {
"node": {
Expand Down
Loading

0 comments on commit fd6296f

Please sign in to comment.