refactor: one eslint task per workspace (#63835)

This commit is contained in:
Oliver Eyton-Williams
2025-11-21 14:51:46 +01:00
committed by GitHub
parent c9e83c5c6a
commit 1e0805fd72
74 changed files with 1813 additions and 2307 deletions
@@ -8,6 +8,9 @@
"node": ">=16",
"pnpm": ">=10"
},
"scripts": {
"lint": "eslint --max-warnings 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
@@ -19,6 +22,8 @@
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "gatsby-node.js",
"devDependencies": {
"chokidar": "3.6.0"
"@freecodecamp/eslint-config": "workspace:*",
"chokidar": "3.6.0",
"eslint": "^9.39.1"
}
}