mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-10472] Upgrade and deprecate libs (#7788)
* upgrade and deprecate libs * upgrade flex layout * cleanup tslint libs * diable the test * exclude flaky e2e
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
// tslint:disable: adf-file-name
|
||||
// tslint:disable: no-var-requires
|
||||
const minimist = require('minimist');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
@@ -1,5 +1,3 @@
|
||||
/* tslint:disable:adf-license-banner */
|
||||
|
||||
/* Copyright 2012 Mozilla Foundation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@@ -33,7 +33,6 @@ export class ViewUtilService {
|
||||
* Content groups based on categorization of files that can be viewed in the web browser. This
|
||||
* implementation or grouping is tied to the definition the ng component: ViewerComponent
|
||||
*/
|
||||
// tslint:disable-next-line:variable-name
|
||||
static ContentGroup = {
|
||||
IMAGE: 'image',
|
||||
MEDIA: 'media',
|
||||
@@ -44,7 +43,6 @@ export class ViewUtilService {
|
||||
/**
|
||||
* The name of the rendition with the media subtitles in the supported format
|
||||
*/
|
||||
/* tslint:disable-next-line */
|
||||
static SUBTITLES_RENDITION_NAME = 'webvtt';
|
||||
|
||||
/**
|
||||
|
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"extends": "../tslint.json",
|
||||
"rules": {
|
||||
"adf-license-banner": [true, "lib/+(core|content-services|process-services|process-services-cloud|insights|extensions|testing)/**/*.ts", "./license-community.txt"],
|
||||
"template-accessibility-alt-text": true,
|
||||
"template-accessibility-label-for": true,
|
||||
"template-accessibility-tabindex-no-positive": true,
|
||||
"template-accessibility-table-scope": true,
|
||||
"template-accessibility-valid-aria": true,
|
||||
"template-no-autofocus": true,
|
||||
"no-floating-promises": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user