1.0.7 • Published 7 years ago

tslint-sakura-contrib v1.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

tslint-sakura-contrib

A set of TSLint rules used on some projects.

Installation

npm install tslint-sakura-contrib

Usage

./node_modules/.bin/tslint -c ./node_modules/tslint-sakura-contrib/tslint.json "your_source_files".

Supported Rules

Rule NameDescriptionSince
all-lower-case-file-nameThe name of file or directory must be all lower case without underscore.1.0.0
function-nameThe function name should be camelCase, the trailing underscore is allowed. Public method, protected method and static method should be camelCase, private method should be camelCase with trailing underscore.1.0.4
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago