## v0.1.2

- Removed .eslintrc.json.
- Updated README.md about installation and usage.
  - Alternative for installaltion
  - Should specify `parserOptions.project` in eslint file

## v0.1.1

- Created an index.js version.

## v0.1.0

- Created .eslintrc.json file
- Created a set of eslint rules for typescript projects.
- Created documentation.
- Using plugins:
  - `eslint-plugin-sort-destructure-keys` to sort object destructuring by keys
  - `eslint-plugin-sort-keys` to sort object by keys
  - `eslint-plugin-typescript-sort-keys` to sort interface and enum by keys
