Skip to content

Commit

Permalink
Merge pull request #356 from spryker-shop/release-202404.0
Browse files Browse the repository at this point in the history
Release 202404.0
  • Loading branch information
dmiseev authored Apr 23, 2024
2 parents 98c2348 + 5691770 commit 8bf498b
Show file tree
Hide file tree
Showing 297 changed files with 38,112 additions and 49,131 deletions.
2 changes: 2 additions & 0 deletions .dockersyncignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
/docker

node_modules

!/vendor/spryker/robotframework-suite-tests/.git*
39 changes: 19 additions & 20 deletions .eslintrc.mp.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "@angular-eslint"],
"env": {
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.mp.json"
},
"extends": [
"./node_modules/@spryker/frontend-config.eslint/.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended"
],
"ignorePatterns": ["!**/*"],
"plugins": ["@nx"],
"overrides": [
{
"files": ["*.ts"],
"parser": "@typescript-eslint/parser",
"plugins": ["deprecation"],
"extends": ["plugin:@angular-eslint/template/process-inline-templates"],
"extends": [
"./node_modules/@spryker/frontend-config.eslint/.eslintrc.js",
"plugin:@nx/typescript",
"plugin:@nx/angular",
"plugin:@angular-eslint/template/process-inline-templates"
],
"parserOptions": {
"project": "./tsconfig.mp.json"
},
"rules": {
"deprecation/deprecation": "warn",
"no-console": ["warn", { "allow": ["warn", "error"] }],
"no-empty": "error",
"no-use-before-define": "off",
"max-classes-per-file": "off",
"max-lines": "off",
"handle-callback-err": "off",
"@typescript-eslint/array-type": "off",
"@typescript-eslint/no-restricted-imports": ["error", "rxjs/Rx"],
Expand Down Expand Up @@ -78,8 +72,13 @@
"parser": "@angular-eslint/template-parser",
"extends": ["plugin:@angular-eslint/template/recommended"],
"rules": {
"@angular-eslint/template/banana-in-box": "error",
"@angular-eslint/template/no-negated-async": "error"
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/no-empty-interface": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-unused-vars": 0,
"@angular-eslint/no-host-metadata-property": 0,
"@angular-eslint/directive-class-suffix": 0,
"no-prototype-builtins": 0
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .git.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a94e22d830f8bb01111326a825b4c12213c6415
415d4f6d819b12d58ad48008f96f15452772bd53
Loading

0 comments on commit 8bf498b

Please sign in to comment.