Skip to content

Commit

Permalink
Tweaks for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Jul 21, 2022
1 parent 4347912 commit 50f4296
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dashboard/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.css
*.ico
*.jpg
*.less
*.svg
5 changes: 5 additions & 0 deletions dashboard/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
],
"rules": {
"react/prop-types": 0
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit 50f4296

Please sign in to comment.