[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.

Merge branch 'main' into next

Mark Hernandez (Jun 18, 2026, 9:13 AM -0500) d2b5464a e7d9559f

+18 -3
+15
CHANGELOG.md
··· 1 + # [3.0.0](https://github.com/lion-byte/eslint-config/compare/v2.0.0...v3.0.0) (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 + ### Features 8 + 9 + - Remove Jest in ESLint config and dev testing ([8f43835](https://github.com/lion-byte/eslint-config/commit/8f43835afd9b8330d6b3be39a01e7e7125f2ab42)) 10 + - Update to ESLint 10 ([d3ff4af](https://github.com/lion-byte/eslint-config/commit/d3ff4afbfe4f9fbd88eb26487cea689e0108b2f6)) 11 + 12 + ### BREAKING CHANGES 13 + 14 + - **README:** drop eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks 15 + 1 16 # [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 17 3 18 ### doc
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "3.0.0-next.1", 3 + "version": "3.0.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@lionbyte/eslint-config", 9 - "version": "3.0.0-next.1", 9 + "version": "3.0.0", 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": "3.0.0-next.1", 3 + "version": "3.0.0", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",