Releases: mysticatea/eslint-plugin
Releases · mysticatea/eslint-plugin
v9.0.0
This release has switched to @typescript-eslint/parser
and @typescript-eslint/eslint-plugin
from typescript-eslint-parser
and eslint-plugin-typescript
.
New enabled rules
no-useless-catch
.@mysticatea/ts/array-type
@mysticatea/ts/interface-name-prefix
@mysticatea/ts/no-extraneous-class
@mysticatea/ts/no-misused-new
@mysticatea/ts/no-object-literal-type-assertion
@mysticatea/ts/no-this-alias
(with{ allowDestructuring: true }
)@mysticatea/ts/restrict-plus-operands
v8.0.1
v8.0.0
v7.0.0
v6.0.0
v5.1.0
Bug fixes
- It made the
@mysticatea/eslint-comments/no-unused-disable
rule working.
v5.0.1
Bug fixes
- It made the
@mysticatea/vue/comment-directive
rule working.
v5.0.0
Breaking changes
- Package name was changed to
@mysticatea/eslint-plugin
. - It dropped supports for Node.js 4.x and ESLint 3.x/4.x.
Enhancements
- It merged configurations from eslint-config-mysticatea and brushed it up. See README.md.