Releases: blakeembrey/tslint-config-standard
Releases · blakeembrey/tslint-config-standard
Enable `space-before-function-paren`
Changed
- Enable new
space-before-function-parenrule in TSLint - Removed
alignrule by TSLint - Add
'allow-fast-null-checks'to unused expressions rule
New Rules
Changed
- Use
ter-indentfor indent handling as two spaces - Disable
max-line-lengthrule - Use
ter-arrow-spacingrule for() =>handling
TSLint 4.x
Changed
- Update to TSLint
4.x
Enable previous rules
Changed
- Re-enable
handle-callback-errandno-ex-assign- should be fixed with recent PRs totslint-eslint-rules
Disable `no-ex-assign`
Changed
- Disabled
no-ex-assign(see buzinas/tslint-eslint-rules#118)
Re-disable `handle-callback-err`
Changed
- Disable
handle-callback-errrule, it's buggy to actually mark it as handled
Enable New Rules
Added
- Enable
no-invalid-regexprule - Enable
no-multi-spacesrule - Add
checkLoops: falsetono-constant-conditioncheck - Enable
no-ex-assignnow the reported issues are fixed - Enable
handle-callback-errnow the reported issues are fixed
Disable annoying rules
Changed
- Disable
no-string-literalrule, usually required when working with TypeScript anyway - Disable
handle-callback-errrule, currently crashing when the TypeScript return isundefined
Kill `no-ex-assign`
Fixed
- Remove
no-ex-assign, triggered hundreds of false positives and dozens of broken builds
ESLint Rules Notice
Changed
- Remove reference to
tslint-microsoft-contrib, add notice abouttslint-eslint-rules