E56F Adjusted TSLint config in documentation · s-bauer/office-ui-fabric-vue@a57e18d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit a57e18d

Browse files
committed
Adjusted TSLint config in documentation
1 parent 83498a4 commit a57e18d
E4FF

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/documentation/tslint.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"interface-name": false,
1515
"ordered-imports": false,
1616
"object-literal-sort-keys": false,
17-
"no-consecutive-blank-lines": false
17+
"no-consecutive-blank-lines": false,
18+
"trailing-comma": false,
19+
"curly": false,
20+
"max-line-length": false,
21+
"arrow-parens": false,
22+
"import-spacing": false,
23+
"object-literal-key-quotes": false
1824
}
1925
}

0 commit comments

Comments
 (0)
0