v0.13.0
- Node.js v9 is no longer officially supported
- TypeScript v2.7 is no longer officially supported
Features:
- new rule:
no-restricted-property-access - new rule:
no-useless-strict no-useless-declare:declarekeyword is useless onexported declarations in declaration files
Bugfixes:
no-duplicate-spread-property: correctly handles computed namesno-duplicate-spread-property: exclude class getters and setters like it's already done for class methodsno-duplicate-spread-property: no error on getter and setter pairno-invalid-assertion: handle intersection typesprefer-for-of: don't suggestfor-ofif implementation of iteration protocol containsprivateorprotectedmembers- CLI: fixed handling of
--version - CLI: correctly handle absolute paths
- fixed corrupted internal state during autofixing with
--projectwithout typed rules