Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 99d1b17

Browse files
committed
style: use eslint-config-streamr-ts
1 parent e833461 commit 99d1b17

File tree

4 files changed

+58
-516
lines changed

4 files changed

+58
-516
lines changed

.eslintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "eslint-config-streamr-ts",
3+
"rules": {
4+
"@typescript-eslint/ban-ts-comment": "off",
5+
"no-underscore-dangle": "off"
6+
}
7+
}

.eslintrc.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)