[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): 1.6.0 [skip ci]

# [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))

semantic-release-bot (Jan 22, 2020, 2:01 AM UTC) 0a48623c 1ef2ae8b

+9 -2
+7
CHANGELOG.md
··· 1 + # [1.6.0](https://github.com/lion-byte/eslint-config/compare/v1.5.0...v1.6.0) (2020-01-22) 2 + 3 + 4 + ### Features 5 + 6 + * update packages and add `eslint-plugin-import` ([1ef2ae8](https://github.com/lion-byte/eslint-config/commit/1ef2ae8bbefbe2a7849ec12bc42aa85fc9c5b670)) 7 + 1 8 # [1.5.0](https://github.com/lion-byte/eslint-config/compare/v1.4.0...v1.5.0) (2020-01-07) 2 9 3 10
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.5.0", 3 + "version": "1.6.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.5.0", 3 + "version": "1.6.0", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",