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
+3
View File
@@ -19,6 +19,7 @@
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "index.js",
"scripts": {
"lint": "eslint --max-warnings 0",
"test": "vitest"
},
"dependencies": {
@@ -54,6 +55,8 @@
"unist-util-visit-children": "1.1.4"
},
"devDependencies": {
"@freecodecamp/eslint-config": "workspace:*",
"eslint": "^9.39.1",
"unist-util-select": "3.0.4",
"vitest": "^3.2.4"
}