[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.2.0 [skip ci]

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

semantic-release-bot (Nov 7, 2019, 3:31 AM UTC) 4699bae9 b770e07b

+8 -2
+6
CHANGELOG.md
··· 1 + # [1.2.0](https://github.com/lion-byte/eslint-config/compare/v1.1.1...v1.2.0) (2019-11-07) 2 + 3 + 4 + ### Features 5 + 6 + * Add babel-eslint as parser ([b770e07](https://github.com/lion-byte/eslint-config/commit/b770e07bd0c77cc48d5b4fdbef18c3dc1b176bee))
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "0.0.0-development", 3 + "version": "1.2.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": "0.0.0-development", 3 + "version": "1.2.0", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",