Releases: blakeembrey/tslint-config-standard
Releases · blakeembrey/tslint-config-standard
Remove MicroSoft Contrib Rules
Changed
- Remove
tslint-microsoft-contrib, tied to stable TypeScript versions (microsoft/tslint-microsoft-contrib#91)
Fix Rule Usage
Fixed
1.xwas actually only using official TSLint rules - fixed it to use all rules, commented out missing rules
Fix name/description
Fixed
- Correct the name/description of the project in README
Initial Release
Implement the initial tslint config using ESLint rules and some MicroSoft contrib ones. Honestly, 90% of the rules aren't even implemented and could really use help!