Skip to content

Commit 6307670

Browse files
committed
update dependencies
1 parent ad06ba4 commit 6307670

File tree

5 files changed

+771
-332
lines changed

5 files changed

+771
-332
lines changed

Diff for: .eslintrc.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@
1010
"@typescript-eslint"
1111
],
1212
"rules": {
13-
"@typescript-eslint/class-name-casing": "warn",
13+
"@typescript-eslint/naming-convention": [
14+
"warn",
15+
{
16+
"selector": "typeLike",
17+
"format": [
18+
"PascalCase"
19+
]
20+
}
21+
],
1422
"@typescript-eslint/semi": "warn",
1523
"curly": "warn",
1624
"eqeqeq": "warn",

Diff for: .mocharc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"ui": "tdd",
3+
"color": true
4+
}

0 commit comments

Comments
 (0)