We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3457d2 commit 2ff58b4Copy full SHA for 2ff58b4
tslint.json
@@ -2,6 +2,7 @@
2
"extends": ["tslint-config-poetez", "tslint-config-prettier"],
3
"rulesDirectory": ["tslint-plugin-prettier"],
4
"rules": {
5
+ "interface-over-type-literal": false,
6
"object-literal-sort-keys": [true, "ignore-case"],
7
"prettier": true
8
}
0 commit comments