Skip to content

Commit

Permalink
Merge branch 'canary' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jan 23, 2020
2 parents 484971c + c713741 commit 0d03721
Show file tree
Hide file tree
Showing 634 changed files with 10,805 additions and 5,189 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Expand Up @@ -61,6 +61,15 @@
"ignoreRestSiblings": true
}
],
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": [
"error",
{
"allowShortCircuit": true,
"allowTernary": true,
"allowTaggedTemplates": true
}
],
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "warn"
}
Expand Down

0 comments on commit 0d03721

Please sign in to comment.