Commits
# [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))
# [1.4.0](https://github.com/lion-byte/eslint-config/compare/v1.3.0...v1.4.0) (2019-12-31)
### Features
* add arrow-parens rule ([c20a298](https://github.com/lion-byte/eslint-config/commit/c20a29833826be5714c119101536396d009ec53e))
# [1.3.0](https://github.com/lion-byte/eslint-config/compare/v1.2.0...v1.3.0) (2019-12-29)
### Features
* add more ESLint rules ([2caf11d](https://github.com/lion-byte/eslint-config/commit/2caf11d8d470955272dc040d8afdf09d4dac649d))
- arrow-body-style
- curly
- max-statements-per-line
- no-multiple-empty-lines
- no-undefined
# [1.2.0](https://github.com/lion-byte/eslint-config/compare/v1.1.1...v1.2.0) (2019-11-07)
### Features
* Add babel-eslint as parser ([b770e07](https://github.com/lion-byte/eslint-config/commit/b770e07bd0c77cc48d5b4fdbef18c3dc1b176bee))