Skip to content

Commit

Permalink
improve code lint (hoangnm#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnm authored Jun 2, 2020
1 parent 1786e18 commit 7c1bd84
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1,902 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"react/prefer-stateless-function": 0,
"react/forbid-prop-types": 0,
"react/no-array-index-key": 0,
"react/destructuring-assignment": 0
"react/destructuring-assignment": 0,
"react/sort-comp": 0
},
"plugins": [
"react"
],
"parser": "babel-eslint"
}
}
Loading

0 comments on commit 7c1bd84

Please sign in to comment.