Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
quick-xp committed Apr 20, 2019
1 parent b519cf5 commit 6e92bd4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
"react"
],
"rules": {
"react/require-default-props": 0,
"react/no-children-prop": 0,
"react/jsx-indent": ["error", 2],
"react/jsx-indent-props": ["error", 2],
"react/jsx-filename-extension": 0,
"jsx-alignment": true,
"jsx-no-bind": true,
"jsx-no-string-ref": true,
"jsx-no-multiline-js": false,
"jsx-self-close": true,
"jsx-wrap-multiline": true,
"jsx-boolean-value": false,
"prettier": [
true,
{
Expand Down

0 comments on commit 6e92bd4

Please sign in to comment.