@lionbyte/eslint-config#
ESLint config for personal projects.
# [1.6.0](https://github.com/lion-byte/eslint-config/compare/v1.5.0...v1.6.0) (2020-01-22)
### Features
* update packages and add `eslint-plugin-import` ([1ef2ae8](https://github.com/lion-byte/eslint-config/commit/1ef2ae8bbefbe2a7849ec12bc42aa85fc9c5b670))
Rules added:
- import/dynamic-import-chunkname
- import/newline-after-import
- import/no-mutable-exports
- import/order
Added `browser` and `node` to `env` setting
# [1.5.0](https://github.com/lion-byte/eslint-config/compare/v1.4.0...v1.5.0) (2020-01-07)
### Features
* add padding-line-between-statements rule for lines around blocks ([8df0fc4](https://github.com/lion-byte/eslint-config/commit/8df0fc4023a32eff908eade6a1acce3b5590c8ae))
ESLint config for personal projects.