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

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

### Features

* add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57))
* 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 19, 2021, 3:48 AM UTC) cdb4c7fa 9b113efd

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