Skip to content

Commit 0058c04

Browse files
committed
Allow empty interface types
1 parent 64a49f3 commit 0058c04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ module.exports = {
4141

4242
"quotes": "off",
4343
},
44+
}, {
45+
"files": ["src/interfaces/**/*.ts"],
46+
"rules": {
47+
"@typescript-eslint/no-empty-object-type": "off",
48+
},
4449
}],
4550
};

0 commit comments

Comments
 (0)