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