Skip to content

Commit

Permalink
chore: updated linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Dec 14, 2018
1 parent 872fd1a commit 5c62fad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tslint.json
Expand Up @@ -9,7 +9,9 @@
{ "printWidth": 80, "singleQuote": true, "semi": false }
],
"quotemark": [true, "single", "jsx-double"],
"jsx-boolean-value": [false]
"jsx-boolean-value": [false],
"strict-type-predicates": false,
"ter-indent": false
},
"linterOptions": {
"exclude": ["config/**/*.js", "node_modules/**/*.ts", "./**/*.js"]
Expand Down

0 comments on commit 5c62fad

Please sign in to comment.