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
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"dev": {
|
|
"dependsOn": ["@scandic-hotels/design-system#build"]
|
|
},
|
|
"build": {
|
|
"dependsOn": ["@scandic-hotels/design-system#build"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["@scandic-hotels/design-system#build"]
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["@scandic-hotels/design-system#build"]
|
|
}
|
|
}
|
|
}
|