tslint-config-gplane
v3.1.0
Published
Shareable TSLint config for GPlane's projects.
Downloads
12
Readme
tslint-config-gplane
This is shareable TSLint config created by GPlane. It is used in GPlane's projects.
Usage
Edit your tslint.json
like this:
{
"extends": "tslint-config-gplane"
}
Main Code Style
- No semi.
- 2 spaces indent.
- Single quote.
- No
var
keywords and prefer usingconst
.