Files
twenty/tools/eslint-rules/project.json
T
Félix Malfait 464a480043 Continue ESLINT9 Migration (#13795)
Might already fix #13793
2025-08-10 23:25:58 +02:00

20 lines
432 B
JSON

{
"name": "eslint-rules",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "tools/eslint-rules",
"tags": ["scope:shared"],
"targets": {
"lint": {
"options": {
"eslintConfig": "{workspaceRoot}/eslint.config.js",
"lintFilePatterns": ["{projectRoot}/**/*.ts"]
},
"configurations": {
"fix": {}
}
},
"typecheck": {},
"test": {}
}
}