mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
Circle CI build and lint fixes
This commit is contained in:
parent
22ab6d1154
commit
f3b6cc35c9
6 changed files with 8 additions and 13 deletions
|
@ -23,13 +23,14 @@
|
||||||
"plugin:@angular-eslint/template/process-inline-templates"
|
"plugin:@angular-eslint/template/process-inline-templates"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"deprecation/deprecation": "error",
|
"@angular-eslint/consistent-component-styles": "off",
|
||||||
"@angular-eslint/prefer-on-push-component-change-detection": "off",
|
"@angular-eslint/prefer-on-push-component-change-detection": "off",
|
||||||
|
"@angular-eslint/prefer-standalone": "off",
|
||||||
"@angular-eslint/prefer-standalone-component": "off",
|
"@angular-eslint/prefer-standalone-component": "off",
|
||||||
"@angular-eslint/sort-ngmodule-metadata-arrays": "off",
|
"@angular-eslint/sort-ngmodule-metadata-arrays": "off",
|
||||||
"@angular-eslint/use-component-view-encapsulation": "off",
|
"@angular-eslint/use-component-view-encapsulation": "off",
|
||||||
"@angular-eslint/use-injectable-provided-in": "off",
|
"@angular-eslint/use-injectable-provided-in": "off",
|
||||||
"@typescript-eslint/member-delimiter-style": "off",
|
"@typescript-eslint/member-delimiter-style": "off",
|
||||||
"@typescript-eslint/no-non-null-assertion": "off",
|
"@typescript-eslint/no-non-null-assertion": "off",
|
||||||
"@typescript-eslint/type-annotation-spacing": 0,
|
"@typescript-eslint/type-annotation-spacing": 0,
|
||||||
"quotes": ["error", "single"],
|
"quotes": ["error", "single"],
|
||||||
|
@ -181,7 +182,7 @@
|
||||||
"files": [
|
"files": [
|
||||||
"*.html"
|
"*.html"
|
||||||
],
|
],
|
||||||
"parser": "@angular-eslint/template-parser",
|
"parser": "@angular-eslint/template-parser",
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:@angular-eslint/template/all",
|
"plugin:@angular-eslint/template/all",
|
||||||
"plugin:@angular-eslint/template/recommended",
|
"plugin:@angular-eslint/template/recommended",
|
||||||
|
@ -206,6 +207,7 @@
|
||||||
"@angular-eslint/template/no-positive-tabindex": "off",
|
"@angular-eslint/template/no-positive-tabindex": "off",
|
||||||
"@angular-eslint/template/prefer-ngsrc": "off",
|
"@angular-eslint/template/prefer-ngsrc": "off",
|
||||||
"@angular-eslint/template/prefer-control-flow": "off",
|
"@angular-eslint/template/prefer-control-flow": "off",
|
||||||
|
"@angular-eslint/template/prefer-self-closing-tags": "off",
|
||||||
"@angular-eslint/template/use-track-by-function": "off"
|
"@angular-eslint/template/use-track-by-function": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ RUN npm run buildfrontend
|
||||||
RUN npm run buildbackend
|
RUN npm run buildbackend
|
||||||
|
|
||||||
# Remove non production necessary modules
|
# Remove non production necessary modules
|
||||||
RUN npm prune --production
|
RUN npm prune --omit=dev --legacy-peer-deps
|
||||||
|
|
||||||
# ---------------
|
# ---------------
|
||||||
# Release App
|
# Release App
|
||||||
|
|
|
@ -26,7 +26,7 @@ RUN npm run buildfrontend
|
||||||
RUN npm run buildbackend
|
RUN npm run buildbackend
|
||||||
|
|
||||||
# Remove non production necessary modules
|
# Remove non production necessary modules
|
||||||
RUN npm prune --production
|
RUN npm prune --omit=dev --legacy-peer-deps
|
||||||
|
|
||||||
# ---------------
|
# ---------------
|
||||||
# Release App
|
# Release App
|
||||||
|
|
|
@ -25,7 +25,7 @@ RUN npm run buildfrontend
|
||||||
RUN npm run buildbackend
|
RUN npm run buildbackend
|
||||||
|
|
||||||
# Remove non production necessary modules
|
# Remove non production necessary modules
|
||||||
RUN npm prune --production
|
RUN npm prune --omit=dev --legacy-peer-deps
|
||||||
|
|
||||||
# ---------------
|
# ---------------
|
||||||
# Release App
|
# Release App
|
||||||
|
|
|
@ -119,7 +119,6 @@ export class CLNChannelOpenTableComponent implements OnInit, AfterViewInit, OnDe
|
||||||
subscribe((nodeSettings) => {
|
subscribe((nodeSettings) => {
|
||||||
this.selNode = nodeSettings;
|
this.selNode = nodeSettings;
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewInit() {
|
ngAfterViewInit() {
|
||||||
|
|
|
@ -245,10 +245,8 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = {
|
||||||
TopMenuComponent,
|
TopMenuComponent,
|
||||||
LoginComponent,
|
LoginComponent,
|
||||||
HelpComponent,
|
HelpComponent,
|
||||||
SettingsComponent,
|
|
||||||
BitcoinConfigComponent,
|
BitcoinConfigComponent,
|
||||||
AuthSettingsComponent,
|
AuthSettingsComponent,
|
||||||
AppSettingsComponent,
|
|
||||||
NodeConfigComponent,
|
NodeConfigComponent,
|
||||||
LNPConfigComponent,
|
LNPConfigComponent,
|
||||||
NodeSettingsComponent,
|
NodeSettingsComponent,
|
||||||
|
@ -286,10 +284,8 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = {
|
||||||
TopMenuComponent,
|
TopMenuComponent,
|
||||||
LoginComponent,
|
LoginComponent,
|
||||||
HelpComponent,
|
HelpComponent,
|
||||||
SettingsComponent,
|
|
||||||
BitcoinConfigComponent,
|
BitcoinConfigComponent,
|
||||||
AuthSettingsComponent,
|
AuthSettingsComponent,
|
||||||
AppSettingsComponent,
|
|
||||||
NodeConfigComponent,
|
NodeConfigComponent,
|
||||||
LNPConfigComponent,
|
LNPConfigComponent,
|
||||||
NodeSettingsComponent,
|
NodeSettingsComponent,
|
||||||
|
@ -313,7 +309,6 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = {
|
||||||
CamelCasePipe,
|
CamelCasePipe,
|
||||||
CamelCaseWithReplacePipe,
|
CamelCaseWithReplacePipe,
|
||||||
CamelCaseWithSpacesPipe,
|
CamelCaseWithSpacesPipe,
|
||||||
AuthSettingsComponent,
|
|
||||||
TransactionsReportTableComponent,
|
TransactionsReportTableComponent,
|
||||||
OnChainGeneratedAddressComponent,
|
OnChainGeneratedAddressComponent,
|
||||||
ShowPubkeyComponent,
|
ShowPubkeyComponent,
|
||||||
|
@ -324,7 +319,6 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = {
|
||||||
IsAuthorizedComponent,
|
IsAuthorizedComponent,
|
||||||
TwoFactorAuthComponent,
|
TwoFactorAuthComponent,
|
||||||
LoginTokenComponent,
|
LoginTokenComponent,
|
||||||
TransactionsReportTableComponent,
|
|
||||||
LNServicesComponent,
|
LNServicesComponent,
|
||||||
LoopComponent,
|
LoopComponent,
|
||||||
SwapsComponent,
|
SwapsComponent,
|
||||||
|
|
Loading…
Add table
Reference in a new issue