Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Sep 16, 2020
1 parent ad06ba4 commit 6307670
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 332 deletions.
10 changes: 9 additions & 1 deletion .eslintrc.json
Expand Up @@ -10,7 +10,15 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/class-name-casing": "warn",
"@typescript-eslint/naming-convention": [
"warn",
{
"selector": "typeLike",
"format": [
"PascalCase"
]
}
],
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
Expand Down
4 changes: 4 additions & 0 deletions .mocharc.json
@@ -0,0 +1,4 @@
{
"ui": "tdd",
"color": true
}

0 comments on commit 6307670

Please sign in to comment.