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

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

### Features

* add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57))

semantic-release-bot (Dec 15, 2021, 2:57 AM UTC) c741304c 6d338241

+10 -3
+7
CHANGELOG.md
··· 1 + # [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 + 3 + 4 + ### Features 5 + 6 + * add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57)) 7 + 1 8 # [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 9 3 10
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "2.0.0-next.1", 3 + "version": "2.0.0-next.2", 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.1", 9 + "version": "2.0.0-next.2", 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.1", 3 + "version": "2.0.0-next.2", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",