Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
quick-xp committed Apr 20, 2019
1 parent f8f5ccc commit b519cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
],
"extends": [
"tslint-config-standard",
"tslint-config-prettier"
"tslint-config-prettier",
"tslint-react"
],
"plugins": [
"react"
],
"rules": {
"prettier": [
Expand Down

0 comments on commit b519cf5

Please sign in to comment.