mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
32 lines
956 B
JSON
32 lines
956 B
JSON
{
|
|
"name": "@freecodecamp/eslint-config",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./base": "./base.js"
|
|
},
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
"license": "BSD-3-Clause",
|
|
"packageManager": "pnpm@10.20.0",
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.26.5",
|
|
"@babel/preset-react": "7.26.3",
|
|
"@eslint/compat": "^1.2.6",
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.19.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-prettier": "10.0.1",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-filenames-simple": "0.9.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsdoc": "48.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-no-only-tests": "3.1.0",
|
|
"eslint-plugin-react": "7.37.4",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-testing-library": "7.1.1",
|
|
"typescript": "5.7.3",
|
|
"typescript-eslint": "^8.23.0"
|
|
}
|
|
}
|