Skip to content

Commit

Permalink
Update tslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
maricalucian authored and krisboit committed Oct 21, 2019
1 parent 92107aa commit f276811
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
"object-literal-sort-keys": false,
"no-submodule-imports": false,
"react-no-dangerous-html": [true],
"no-unused-expression": false
"no-unused-expression": [
"error",
{
"allowShortCircuit": true,
"allowTernary": true,
"allowTaggedTemplates": true
}
]
},
"rulesDirectory": ["node_modules/tslint-microsoft-contrib"]
}

0 comments on commit f276811

Please sign in to comment.