mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"extends": "../.eslintrc.json",
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts"],
|
|
"parserOptions": {
|
|
"project": ["app/tsconfig.app.json", "app/tsconfig.spec.json"],
|
|
"createDefaultProgram": true
|
|
},
|
|
"rules": {}
|
|
}
|
|
]
|
|
}
|