This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Releases: ikatyang/tslint-config-ikatyang
Releases · ikatyang/tslint-config-ikatyang
tslint-config-ikatyang@1.0.1
tslint-config-ikatyang@1.0.0
tslint-config-ikatyang@0.10.0
- [enable-option]
await-promise:PromiseLike - [disable-rule]
no-require-imports
tslint-config-ikatyang@0.9.0
- [tslint] Upgrade v5.5.0
- [enable-new-rule]
no-this-assignment - [disable-rule]
no-bitwise - [disable-option]
whitespace:check-module,check-typecast
tslint-config-ikatyang@0.8.0
- [disable-rule]
no-magic-numbers - [disable-rule]
prefer-method-signature - [disable-option]
strict-boolean-expressions:allow-null-union,allow-undefined-union
v0.7.0
v0.6.0
v0.5.0
- [tslint] Upgrade v5.3.2
- [enable-option]
strict-boolean-expressions:allow-null-union,allow-undefined-union - [enable-option]
only-arrow-functions:allow-declarations,allow-named-functions - [enable-new-option]
indent: 2 spaces - [enable-new-option]
quotemark:no-template - [enable-new-rule]
prefer-object-spread - [enable-new-rule]
encoding - [enable-new-rule]
prefer-conditional-expression - [tslint-eslint-rules] Upgrade v4.1.0
- [enable-new-rule]
ter-func-call-spacing
v0.4.0
v0.3.0
- [tslint] Upgrade v5.2.0
- [enable-option]
align:members,elements - [enable-rule]
ordered-imports - [enable-rule]
prefer-function-over-method - [enable-new-rule]
no-object-literal-type-assertion - [enable-new-rule]
no-irregular-whitespace( disable same rule from tslint-eslint-rules ) - [enable-new-rule]
number-literal-format - [enable-new-rule]
deprecation - [enable-new-rule]
no-unnecessary-type-assertion - [adjust-rule]
object-curly-spacing: never curly spacing in object - [adjust-rule]
no-console: ban all console methods - [disable-new-rule]
prefer-switch