Files
web/package.json
Anton Gunnarsson dd4ef527df Merged in chore/eslint9 (pull request #2029)
chore: Update to ESLint 9

* wip: apply codemod and upgrade swc plugin

* Update eslint to 9 in scandic-web

apply code mod to config
fix existing lint issues

* Remove uneccessary fixupConfigRules

* Update eslint to 9 in design-system

* Add lint turbo dependency

* Move redis-api to eslint and prettier instead of biome

* Simplify eslint configs

* Clean up

* Apply linting


Approved-by: Linus Flood
2025-06-03 14:26:44 +00:00

28 lines
793 B
JSON

{
"name": "scandic",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "turbo run build --env-mode=loose",
"lint": "turbo run lint",
"dev": "turbo run dev --output-logs new-only",
"dev:web": "turbo run dev --filter=@scandic-hotels/scandic-web --output-logs new-only",
"dev:ds": "turbo run dev --filter=@scandic-hotels/design-system --output-logs new-only",
"test": "turbo run test",
"postinstall": "husky",
"icons:update": "node scripts/material-symbols-update.mjs"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.2",
"ts-node": "^10.9.2",
"turbo": "^2.5.2"
}
}