mirror of
https://github.com/twentyhq/twenty.git
synced 2026-04-24 08:52:02 -04:00
20 lines
433 B
JSON
20 lines
433 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.mjs",
|
|
"lintFilePatterns": ["{projectRoot}/**/*.ts"]
|
|
},
|
|
"configurations": {
|
|
"fix": {}
|
|
}
|
|
},
|
|
"typecheck": {},
|
|
"test": {}
|
|
}
|
|
}
|