mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
integrate Prettier with tslint (#1419)
* integrate prettier with tslint * remove obsolte scripts * update tsconfig * fix lint issues * fix lint errors * more rules and fixes * kebab case and lint fixes * update helpers * update util
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"target": "es5",
|
||||
"resolveJsonModule": true,
|
||||
@@ -19,13 +20,13 @@
|
||||
"paths": {
|
||||
"@alfresco/aca-shared": ["projects/aca-shared/src/public-api.ts"],
|
||||
"@alfresco/aca-shared/store": [
|
||||
"projects/aca-shared/store/src/public_api.ts"
|
||||
"projects/aca-shared/store/src/public-api.ts"
|
||||
],
|
||||
"@alfresco/aca-shared/rules": [
|
||||
"projects/aca-shared/rules/src/public_api.ts"
|
||||
"projects/aca-shared/rules/src/public-api.ts"
|
||||
],
|
||||
"@alfresco/adf-office-services-ext": [
|
||||
"projects/adf-office-services-ext/src/public_api.ts"
|
||||
"projects/adf-office-services-ext/src/public-api.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user