mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +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:
@@ -102,7 +102,7 @@ describe('CurrentUserComponent', () => {
|
||||
});
|
||||
|
||||
it('should set menu actions', () => {
|
||||
const actions = <any>[
|
||||
const actions: any[] = [
|
||||
{
|
||||
id: 'action-id'
|
||||
}
|
||||
|
Reference in New Issue
Block a user