ts-standardx
Version:
Yet another configurable linter for TypeScript and JavaScript.
45 lines (23 loc) • 1.02 kB
Markdown
# Changelog
## [0.8.4](https://github.com/exuanbo/ts-standardx/compare/v0.8.3...v0.8.4) (2021-10-05)
### Chores
- Bump dependency versions.
## [0.8.3](https://github.com/exuanbo/ts-standardx/compare/v0.8.2...v0.8.3) (2021-09-27)
### Chores
- Bump dependency versions.
## [0.8.2](https://github.com/exuanbo/ts-standardx/compare/v0.8.1...v0.8.2) (2021-09-22)
### Code Refactoring
- **eslintrc**: Remove redundant option `parser: '@typescript-eslint/parser'`
### Chores
- Bump dependency versions.
## [0.8.1](https://github.com/exuanbo/ts-standardx/compare/v0.8.0...v0.8.1) (2021-09-15)
### Fixes
- `prettier` option `jsxBracketSameLine` is renamed to `bracketSameLine` from version 2.4.0
### Chores
- Bump dependency versions.
## [0.8.0](https://github.com/exuanbo/ts-standardx/compare/v0.7.9...v0.8.0) (2021-08-31)
### Features
- Loose rule `@typescript-eslint/naming-convention` to allow double underscore.
### Chores
- Bump dependency versions.
- Change generated code from `es2015` to `es2019`.