Changes:
- Fix package install error by adding prepack step to publish workflow (this fixes yarn's
postinstall
problem)
Changes:
- Add new
extraDecorators
andextraProperties
options to extend the default list that is being checked.
Dev note:
- CI/CD: Add Lint check and make sure that checks are needed before Release step
- Add prettier for formatting
- Use husky for git hooks, running pretty-quick and eslint before commit
- Cleanup test files for more readability
- Reduce published code
- Refactoring fixer code to be more precise: Now it handles indentations and single-line sortings.
- Refactors for more cleaner code
- Fix wrong repo url in package.json
- Use better approach to run order check
- Add missing .npmignore file
- Refresh README.md, remove unnecessary parts
- Add rule for detecting and fixing unsorted module arrays (decorator-array-items)