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

# [3.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v2.1.0-next.1...v3.0.0-next.1) (2026-02-24)

### doc

* **README:** Remove Travis-CI badge ([7a473a1](https://github.com/lion-byte/eslint-config/commit/7a473a10f683202b91db5c9bed35920327cdbb98))

### BREAKING CHANGES

* **README:** drop eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks

semantic-release-bot (Feb 24, 2026, 6:36 AM UTC) 6e48b3ad 7a473a10

+13 -3
+10
CHANGELOG.md
··· 1 + # [3.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v2.1.0-next.1...v3.0.0-next.1) (2026-02-24) 2 + 3 + ### doc 4 + 5 + - **README:** Remove Travis-CI badge ([7a473a1](https://github.com/lion-byte/eslint-config/commit/7a473a10f683202b91db5c9bed35920327cdbb98)) 6 + 7 + ### BREAKING CHANGES 8 + 9 + - **README:** drop eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks 10 + 1 11 # [2.1.0-next.1](https://github.com/lion-byte/eslint-config/compare/v2.0.0...v2.1.0-next.1) (2026-02-24) 2 12 3 13 ### Features
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "2.1.0-next.1", 3 + "version": "3.0.0-next.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@lionbyte/eslint-config", 9 - "version": "2.1.0-next.1", 9 + "version": "3.0.0-next.1", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@eslint/js": "^10.0.1",
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "2.1.0-next.1", 3 + "version": "3.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",