Skip to content

Commit bcd2eaf

Browse files
author
Fuss Florian (uid10804)
committed
style(server): ignore no-any rule for ts-lint
1 parent 7c658d0 commit bcd2eaf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/server/tslint.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "gts/tslint.json",
33
"linterOptions": {
4-
"exclude": [
5-
"**/*.json"
6-
]
7-
}
4+
"exclude": ["**/*.json"]
5+
},
6+
"rules": { "no-any": false }
87
}

0 commit comments

Comments
 (0)