Releases: significa/significa-style
Releases · significa/significa-style
v1.0.0
BREAKING CHANGE:
- As Typescript and its parser have updated to a major version (4.x), it might occur some unexpected errors on a project which has the previous version (3.x), more details here https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/#breaking-changes
- Eslint: more details here https://eslint.org/blog/2020/05/eslint-v7.0.0-released#breaking-changes
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
It removes simple-import-sort and adds import with reasonable configuration (#13):
- no alphabetical ordering
- mandatory line break between groups
- group sibling and parent files together
It also adds to the README some quick guide on how to tell ESLint what are internal paths to help with absolute path projects
v0.0.10
- Fix: defines specifics rules and parser by filetype (It closes #10) Based on https://github.com/facebook/create-react-app/blob/master/packages/eslint-config-react-app/index.js
- Removes sort-export, which is really annoying because it is necessary to update the keys manually;
- Updates sort-import rules to accept alias used on Significa-start;