a programming education platform www.hypercommit.com
education
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 26 lines 734 B view raw
1{ 2 "name": "@workspace/eslint-config", 3 "version": "0.0.0", 4 "type": "module", 5 "private": true, 6 "exports": { 7 "./base": "./base.js", 8 "./next-js": "./next.js", 9 "./react-internal": "./react-internal.js" 10 }, 11 "devDependencies": { 12 "@eslint/js": "^9.39.2", 13 "@next/eslint-plugin-next": "^16.1.6", 14 "@typescript-eslint/eslint-plugin": "^8.54.0", 15 "@typescript-eslint/parser": "^8.54.0", 16 "eslint": "^9.39.2", 17 "eslint-config-prettier": "^10.1.8", 18 "eslint-plugin-only-warn": "^1.1.0", 19 "eslint-plugin-react": "^7.37.5", 20 "eslint-plugin-react-hooks": "^7.0.1", 21 "eslint-plugin-turbo": "^2.8.1", 22 "globals": "^17.2.0", 23 "typescript": "^5.9.3", 24 "typescript-eslint": "^8.54.0" 25 } 26}