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

## [1.8.1](https://github.com/lion-byte/eslint-config/compare/v1.8.0...v1.8.1) (2020-08-25)

### Bug Fixes

* remove `eslint-config-standard` dependency ([f2ba38c](https://github.com/lion-byte/eslint-config/commit/f2ba38c43f722caacdfa29c63f4b1dd34ff8c3aa))

semantic-release-bot (Aug 25, 2020, 4:48 AM UTC) 7a0b36aa d651d36d

+9 -2
+7
CHANGELOG.md
··· 1 + ## [1.8.1](https://github.com/lion-byte/eslint-config/compare/v1.8.0...v1.8.1) (2020-08-25) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * remove `eslint-config-standard` dependency ([f2ba38c](https://github.com/lion-byte/eslint-config/commit/f2ba38c43f722caacdfa29c63f4b1dd34ff8c3aa)) 7 + 1 8 # [1.8.0](https://github.com/lion-byte/eslint-config/compare/v1.7.0...v1.8.0) (2020-07-05) 2 9 3 10
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.8.0", 3 + "version": "1.8.1", 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.8.0", 3 + "version": "1.8.1", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",