You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,14 @@ __TSLint Config Standard Plus__ contains a [JavaScript Standard Style](http://st
15
15
- Small because only exports a [tslint.json](./tslint.json).
16
16
-[VS Code User Workspace](https://code.visualstudio.com/docs/getstarted/settings) pre-configured and ready to use.
17
17
18
+
### Config Standard Plus Legacy
19
+
20
+
Optional tslint config ([tslint.legacy.json](./tslint.legacy.json)) that extends from default [tslint.json](./tslint.json) but with additional rules overwritten:
21
+
22
+
- Enforce consistent spaces like the default config.
23
+
- Enforce "double" quotes instead of 'single' ones.
24
+
- Enforce 4 space indentation instead of 2.
25
+
18
26
## Rules
19
27
20
28
*This repo exists thanks to these __awesome__[TSLint](https://palantir.github.io/tslint/) config projects listed below :tada:*
0 commit comments