mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1443] prettier formatting and checks (#629)
* intergrate prettier * update settings * integrate with travis * unified formatting across all files
This commit is contained in:
@@ -7,15 +7,15 @@ import { MyExtensionModule } from 'my-extension';
|
||||
// For any application-specific code use CoreExtensionsModule instead.
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CodeEditorModule.forRoot({
|
||||
// use local Monaco installation
|
||||
baseUrl: 'assets/monaco',
|
||||
// use local Typings Worker
|
||||
typingsWorkerUrl: 'assets/workers/typings-worker.js'
|
||||
}),
|
||||
AcaDevToolsModule,
|
||||
MyExtensionModule
|
||||
]
|
||||
imports: [
|
||||
CodeEditorModule.forRoot({
|
||||
// use local Monaco installation
|
||||
baseUrl: 'assets/monaco',
|
||||
// use local Typings Worker
|
||||
typingsWorkerUrl: 'assets/workers/typings-worker.js'
|
||||
}),
|
||||
AcaDevToolsModule,
|
||||
MyExtensionModule
|
||||
]
|
||||
})
|
||||
export class AppExtensionsModule {}
|
||||
|
Reference in New Issue
Block a user