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

# [1.9.0](https://github.com/lion-byte/eslint-config/compare/v1.8.2...v1.9.0) (2021-05-29)

### Features

* update parser to @babel/eslint-parser ([9167397](https://github.com/lion-byte/eslint-config/commit/9167397192925963afb6bdf06a63401dfaf733b6))

semantic-release-bot (May 29, 2021, 8:35 PM UTC) 33c27b5f 91673971

+9 -2
+7
CHANGELOG.md
··· 1 + # [1.9.0](https://github.com/lion-byte/eslint-config/compare/v1.8.2...v1.9.0) (2021-05-29) 2 + 3 + 4 + ### Features 5 + 6 + * update parser to @babel/eslint-parser ([9167397](https://github.com/lion-byte/eslint-config/commit/9167397192925963afb6bdf06a63401dfaf733b6)) 7 + 1 8 ## [1.8.2](https://github.com/lion-byte/eslint-config/compare/v1.8.1...v1.8.2) (2020-08-27) 2 9 3 10
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.8.2", 3 + "version": "1.9.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.8.2", 3 + "version": "1.9.0", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",