[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): 2.0.0-next.1 [skip ci]

# [2.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v1.9.0...v2.0.0-next.1) (2021-12-11)

### Features

* drop many rules and defer to recommended/prettier ([4b88ddf](https://github.com/lion-byte/eslint-config/commit/4b88ddfeb7dbca29f9c7fa8987443a2167f7b590))

### BREAKING CHANGES

* Require Node.js >= 14.17.4
* Require ESLint >= 8
* Dropped `eslint-plugin-promise`
* Move `dependencies` to `peer-dependencies`

semantic-release-bot (Dec 11, 2021, 11:34 PM UTC) 920439a6 e9fb6246

+18 -3
+15
CHANGELOG.md
··· 1 + # [2.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v1.9.0...v2.0.0-next.1) (2021-12-11) 2 + 3 + 4 + ### Features 5 + 6 + * drop many rules and defer to recommended/prettier ([4b88ddf](https://github.com/lion-byte/eslint-config/commit/4b88ddfeb7dbca29f9c7fa8987443a2167f7b590)) 7 + 8 + 9 + ### BREAKING CHANGES 10 + 11 + * Require Node.js >= 14.17.4 12 + * Require ESLint >= 8 13 + * Dropped `eslint-plugin-promise` 14 + * Move `dependencies` to `peer-dependencies` 15 + 1 16 # [1.9.0](https://github.com/lion-byte/eslint-config/compare/v1.8.2...v1.9.0) (2021-05-29) 2 17 3 18
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.9.0", 3 + "version": "2.0.0-next.1", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@lionbyte/eslint-config", 9 - "version": "1.9.0", 9 + "version": "2.0.0-next.1", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@semantic-release/changelog": "^6.0.1",
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "1.9.0", 3 + "version": "2.0.0-next.1", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",