diff --git a/goofy-client/angular.json b/goofy-client/angular.json index b444c9dec7c10bcf784ed06675864a10514110c5..ae1aeef1a5bd17c8a02ed1f327a8b22b2009d560 100644 --- a/goofy-client/angular.json +++ b/goofy-client/angular.json @@ -49,7 +49,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/api-root-shared/src/**/*.ts", "libs/api-root-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -76,7 +77,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/app-shared/src/**/*.ts", "libs/app-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -111,7 +113,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/binary-file/src/**/*.ts", "libs/binary-file/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -133,7 +136,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/binary-file-shared/src/**/*.ts", "libs/binary-file-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -147,7 +151,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/command-shared/src/**/*.ts", "libs/command-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -174,7 +179,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/environment-shared/src/**/*.ts", "libs/environment-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -201,7 +207,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/forwarding/src/**/*.ts", "libs/forwarding/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -223,7 +230,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/forwarding-shared/src/**/*.ts", "libs/forwarding-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -333,7 +341,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["apps/goofy/src/**/*.ts", "apps/goofy/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -367,7 +376,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["apps/goofy-e2e/**/*.{js,ts}", "apps/goofy-e2e/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -389,7 +399,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/kommentar/src/**/*.ts", "libs/kommentar/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -411,7 +422,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/kommentar-shared/src/**/*.ts", "libs/kommentar-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -425,7 +437,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/navigation/src/**/*.ts", "libs/navigation/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -452,7 +465,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/ozg-file/src/**/*.ts", "libs/ozg-file/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -474,7 +488,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/ozg-file-shared/src/**/*.ts", "libs/ozg-file-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -504,7 +519,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/postfach/src/**/*.ts", "libs/postfach/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -526,7 +542,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/postfach-shared/src/**/*.ts", "libs/postfach-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -540,7 +557,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/tech-shared/src/**/*.ts", "libs/tech-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -567,7 +585,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/test-utils/src/**/*.ts", "libs/test-utils/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -594,7 +613,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/ui/src/**/*.ts", "libs/ui/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -629,7 +649,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/user-profile/src/**/*.ts", "libs/user-profile/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -651,7 +672,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/user-profile-shared/src/**/*.ts", "libs/user-profile-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] } } }, @@ -665,7 +687,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/vorgang/src/**/*.ts", "libs/vorgang/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -692,7 +715,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/vorgang-detail/src/**/*.ts", "libs/vorgang-detail/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -719,7 +743,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/vorgang-shared/src/**/*.ts", "libs/vorgang-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -746,7 +771,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/vorgang-shared-ui/src/**/*.ts", "libs/vorgang-shared-ui/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -768,7 +794,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/wiedervorlage/src/**/*.ts", "libs/wiedervorlage/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", @@ -790,7 +817,8 @@ "builder": "@nrwl/linter:eslint", "options": { "lintFilePatterns": ["libs/wiedervorlage-shared/src/**/*.ts", "libs/wiedervorlage-shared/src/**/*.html"] - } + }, + "outputs": ["{options.outputFile}"] }, "test": { "builder": "@nrwl/jest:jest", diff --git a/goofy-client/apps/goofy-e2e/.eslintrc.json b/goofy-client/apps/goofy-e2e/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/apps/goofy-e2e/.eslintrc.json +++ b/goofy-client/apps/goofy-e2e/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/apps/goofy/.eslintrc.json b/goofy-client/apps/goofy/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/apps/goofy/.eslintrc.json +++ b/goofy-client/apps/goofy/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/api-root-shared/.eslintrc.json b/goofy-client/libs/api-root-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/api-root-shared/.eslintrc.json +++ b/goofy-client/libs/api-root-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/app-shared/.eslintrc.json b/goofy-client/libs/app-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/app-shared/.eslintrc.json +++ b/goofy-client/libs/app-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/binary-file-shared/.eslintrc.json b/goofy-client/libs/binary-file-shared/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/binary-file-shared/.eslintrc.json +++ b/goofy-client/libs/binary-file-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/binary-file/.eslintrc.json b/goofy-client/libs/binary-file/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/binary-file/.eslintrc.json +++ b/goofy-client/libs/binary-file/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/command-shared/.eslintrc.json b/goofy-client/libs/command-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/command-shared/.eslintrc.json +++ b/goofy-client/libs/command-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/environment-shared/.eslintrc.json b/goofy-client/libs/environment-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/environment-shared/.eslintrc.json +++ b/goofy-client/libs/environment-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/forwarding-shared/.eslintrc.json b/goofy-client/libs/forwarding-shared/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/forwarding-shared/.eslintrc.json +++ b/goofy-client/libs/forwarding-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/forwarding/.eslintrc.json b/goofy-client/libs/forwarding/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/forwarding/.eslintrc.json +++ b/goofy-client/libs/forwarding/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/kommentar-shared/.eslintrc.json b/goofy-client/libs/kommentar-shared/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/kommentar-shared/.eslintrc.json +++ b/goofy-client/libs/kommentar-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/kommentar/.eslintrc.json b/goofy-client/libs/kommentar/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/kommentar/.eslintrc.json +++ b/goofy-client/libs/kommentar/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/navigation/.eslintrc.json b/goofy-client/libs/navigation/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/navigation/.eslintrc.json +++ b/goofy-client/libs/navigation/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/ozg-file-shared/.eslintrc.json b/goofy-client/libs/ozg-file-shared/.eslintrc.json index 255a075c9375f7e61f5fa9bef1b9779de9aca6cd..e69bfc6a73da1bd86f7f10639edeb30bd0b38448 100644 --- a/goofy-client/libs/ozg-file-shared/.eslintrc.json +++ b/goofy-client/libs/ozg-file-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/ozg-file/.eslintrc.json b/goofy-client/libs/ozg-file/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/ozg-file/.eslintrc.json +++ b/goofy-client/libs/ozg-file/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/postfach-shared/.eslintrc.json b/goofy-client/libs/postfach-shared/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/postfach-shared/.eslintrc.json +++ b/goofy-client/libs/postfach-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/postfach/.eslintrc.json b/goofy-client/libs/postfach/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/postfach/.eslintrc.json +++ b/goofy-client/libs/postfach/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/tech-shared/.eslintrc.json b/goofy-client/libs/tech-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/tech-shared/.eslintrc.json +++ b/goofy-client/libs/tech-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/test-utils/.eslintrc.json b/goofy-client/libs/test-utils/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/test-utils/.eslintrc.json +++ b/goofy-client/libs/test-utils/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/ui/.eslintrc.json b/goofy-client/libs/ui/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/ui/.eslintrc.json +++ b/goofy-client/libs/ui/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/user-profile-shared/.eslintrc.json b/goofy-client/libs/user-profile-shared/.eslintrc.json index 255a075c9375f7e61f5fa9bef1b9779de9aca6cd..e69bfc6a73da1bd86f7f10639edeb30bd0b38448 100644 --- a/goofy-client/libs/user-profile-shared/.eslintrc.json +++ b/goofy-client/libs/user-profile-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/user-profile/.eslintrc.json b/goofy-client/libs/user-profile/.eslintrc.json index 255a075c9375f7e61f5fa9bef1b9779de9aca6cd..e69bfc6a73da1bd86f7f10639edeb30bd0b38448 100644 --- a/goofy-client/libs/user-profile/.eslintrc.json +++ b/goofy-client/libs/user-profile/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/vorgang-detail/.eslintrc.json b/goofy-client/libs/vorgang-detail/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/vorgang-detail/.eslintrc.json +++ b/goofy-client/libs/vorgang-detail/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/vorgang-shared-ui/.eslintrc.json b/goofy-client/libs/vorgang-shared-ui/.eslintrc.json index 52367a64ba2f8e22211a08063270237c07f6574c..4ddd7c574ab736525fce30e4cb47e879fe1b3a37 100644 --- a/goofy-client/libs/vorgang-shared-ui/.eslintrc.json +++ b/goofy-client/libs/vorgang-shared-ui/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofyClient", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofyClient", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/vorgang-shared/.eslintrc.json b/goofy-client/libs/vorgang-shared/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/vorgang-shared/.eslintrc.json +++ b/goofy-client/libs/vorgang-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/vorgang/.eslintrc.json b/goofy-client/libs/vorgang/.eslintrc.json index 3e1fbf632306c5ee2999b4aed108a449633852e3..5f7f035e49534b06c8d6e2f2cba49e8391abe5ff 100644 --- a/goofy-client/libs/vorgang/.eslintrc.json +++ b/goofy-client/libs/vorgang/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": "../../.eslintrc.json", - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": "../../.eslintrc.json", + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/wiedervorlage-shared/.eslintrc.json b/goofy-client/libs/wiedervorlage-shared/.eslintrc.json index 255a075c9375f7e61f5fa9bef1b9779de9aca6cd..e69bfc6a73da1bd86f7f10639edeb30bd0b38448 100644 --- a/goofy-client/libs/wiedervorlage-shared/.eslintrc.json +++ b/goofy-client/libs/wiedervorlage-shared/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/libs/wiedervorlage/.eslintrc.json b/goofy-client/libs/wiedervorlage/.eslintrc.json index 255a075c9375f7e61f5fa9bef1b9779de9aca6cd..e69bfc6a73da1bd86f7f10639edeb30bd0b38448 100644 --- a/goofy-client/libs/wiedervorlage/.eslintrc.json +++ b/goofy-client/libs/wiedervorlage/.eslintrc.json @@ -1,36 +1,33 @@ { - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "goofy-client", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "goofy-client", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], - "rules": {} - } - ] + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts"], + "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "rules": { + "@angular-eslint/directive-selector": [ + "error", + { + "type": "attribute", + "prefix": "goofy-client", + "style": "camelCase" + } + ], + "@angular-eslint/component-selector": [ + "error", + { + "type": "element", + "prefix": "goofy-client", + "style": "kebab-case" + } + ] + } + }, + { + "files": ["*.html"], + "extends": ["plugin:@nrwl/nx/angular-template"], + "rules": {} + } + ] } diff --git a/goofy-client/package.json b/goofy-client/package.json index 095e4215af892f544029703c63d1336837ec6528..53edc9d030e82f38e9d6960ce8070bb47523df5c 100644 --- a/goofy-client/package.json +++ b/goofy-client/package.json @@ -47,19 +47,19 @@ }, "private": true, "dependencies": { - "@angular/animations": "12.2.0", + "@angular/animations": "12.2.5", "@angular/cdk": "12.2.0", - "@angular/common": "12.2.0", - "@angular/compiler": "12.2.0", - "@angular/core": "12.2.0", - "@angular/forms": "12.2.0", - "@angular/material": "12.2.0", + "@angular/common": "12.2.5", + "@angular/compiler": "12.2.5", + "@angular/core": "12.2.5", + "@angular/forms": "12.2.5", + "@angular/material": "12.2.5", "@angular/material-moment-adapter": "12.1.1", - "@angular/platform-browser": "12.2.0", - "@angular/platform-browser-dynamic": "12.2.0", - "@angular/router": "12.2.0", + "@angular/platform-browser": "12.2.5", + "@angular/platform-browser-dynamic": "12.2.5", + "@angular/router": "12.2.5", "@ngxp/rest": "4.0.0", - "@nrwl/angular": "12.7.2", + "@nrwl/angular": "12.9.0", "angular-oauth2-oidc": "12.0.2", "angular-oauth2-oidc-jwks": "12.0.0", "faker": "5.5.3", @@ -77,19 +77,19 @@ "zone.js": "0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "12.1.4", + "@angular-devkit/build-angular": "12.2.5", "@angular-eslint/eslint-plugin": "12.3.1", "@angular-eslint/eslint-plugin-template": "12.3.1", "@angular-eslint/template-parser": "12.3.1", - "@angular/cli": "12.1.4", - "@angular/compiler-cli": "12.2.0", - "@angular/language-service": "12.2.0", - "@nrwl/cli": "12.7.2", - "@nrwl/cypress": "12.7.2", - "@nrwl/eslint-plugin-nx": "12.7.2", - "@nrwl/jest": "12.7.2", - "@nrwl/linter": "12.7.2", - "@nrwl/workspace": "12.7.2", + "@angular/cli": "12.2.5", + "@angular/compiler-cli": "12.2.5", + "@angular/language-service": "12.2.5", + "@nrwl/cli": "12.9.0", + "@nrwl/cypress": "12.9.0", + "@nrwl/eslint-plugin-nx": "12.9.0", + "@nrwl/jest": "12.9.0", + "@nrwl/linter": "12.9.0", + "@nrwl/workspace": "12.9.0", "@testing-library/jest-dom": "5.12.0", "@types/file-saver": "2.0.2", "@types/jest": "26.0.23", @@ -108,7 +108,7 @@ "jest-createspyobj": "2.0.0", "jest-junit": "12.0.0", "jest-marbles": "2.5.1", - "jest-preset-angular": "9.0.3", + "jest-preset-angular": "9.0.7", "jest-sonar-reporter": "2.0.0", "prettier": "2.3.2", "sonarqube-scanner": "2.8.0", @@ -117,6 +117,6 @@ "typescript": "4.3.5" }, "optionalDependencies": { - "cypress": "8.3.0" + "cypress": "8.4.0" } }