@typescript-eslint/eslint-plugin 1.8.0
1.8.0 (2019-05-10)
Bug Fixes
- eslint-plugin: [array-type] support readonly operator (#429) (8e2d2f5)
- eslint-plugin: [explicit-function-return-type] Add handling for class properties (#502) (2c36325)
- eslint-plugin: [no-extra-parens] Fix build error (298d66c)
- eslint-plugin: [unbound-method] Work around class prototype bug (#499) (3219aa7)
- eslint-plugin: correct eslint-recommended settings (d52a683)
- eslint-plugin: explicit-func-return-type: support object types and as expressions (#459) (d19e512)
- eslint-plugin: restrict-plus-operands: generic constraint support (#440) (3f305b1)
- upgrade lockfile versions (#487) (f029dba)
- eslint-plugin: Support more nodes no-extra-parens (2d15644)
- eslint-plugin: support switch statement unbound-method (e99ca81)
- typescript-estree: ensure parents are defined during subsequent parses (#500) (665278f)
Features
- eslint-plugin: (EXPERIMENTAL) begin indent rewrite (#439) (6eb97d4)
- eslint-plugin: Add better non-null handling no-unnecessary-type-assertion (4cd5590)
- eslint-plugin: Add func-call-spacing (#448) (92e65ec)
- eslint-plugin: Add new config "eslint-recommended" (#488) (2600a9f)
- eslint-plugin: add no-magic-numbers rule (#373) (43fa09c)
- eslint-plugin: Add semi extension (0962017)
- eslint-plugin: no-inferrable-types: Support more primitives (#442) (4e193ca)
- ts-estree: add preserveNodeMaps option (#494) (c3061f9)
- Move shared types into their own package (#425) (a7a03ce)