Skip to content

Commit 5f02373

Browse files
committed
update dependencies
1 parent 31f5f07 commit 5f02373

7 files changed

Lines changed: 2454 additions & 3132 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
{
2-
"extends": "es/node",
2+
"parser": "@typescript-eslint/parser",
3+
"plugins": ["@typescript-eslint"],
34
"rules": {
5+
"dot-location": [ "error", "property" ],
46
"@typescript-eslint/naming-convention": [
57
"error",
68
{
79
"selector": [ "variableLike", "memberLike" ],
810
"format": [ "strictCamelCase", "StrictPascalCase" ],
911
"filter": { "regex": "^asset_id$", "match": false }
10-
},
11-
{
12-
"selector": [ "typeLike" ],
13-
"format": [ "StrictPascalCase" ]
14-
},
15-
{
16-
"selector": [ "typeParameter" ],
17-
"format": [ "StrictPascalCase" ],
18-
"prefix": [ "T" ]
1912
}
2013
],
2114
"@typescript-eslint/no-floating-promises": "off",

0 commit comments

Comments
 (0)