Skip to content

Commit 2ff58b4

Browse files
committed
build(tslint): disable "object-literal-sort-keys" rule
1 parent e3457d2 commit 2ff58b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": ["tslint-config-poetez", "tslint-config-prettier"],
33
"rulesDirectory": ["tslint-plugin-prettier"],
44
"rules": {
5+
"interface-over-type-literal": false,
56
"object-literal-sort-keys": [true, "ignore-case"],
67
"prettier": true
78
}

0 commit comments

Comments
 (0)