Skip to content

Commit

Permalink
Merge pull request #271 from spryker-shop/release-202307.0
Browse files Browse the repository at this point in the history
Release 202307.0
  • Loading branch information
DmitryLymarenko committed Jul 27, 2023
2 parents 7338da2 + f637a13 commit 80c3644
Show file tree
Hide file tree
Showing 417 changed files with 28,473 additions and 26,047 deletions.
293 changes: 0 additions & 293 deletions .eslintrc.js

This file was deleted.

35 changes: 35 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"root": true,
"extends": ["./node_modules/@spryker/frontend-config.eslint/.eslintrc.js", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["deprecation"],
"ignorePatterns": [
"docker/",
"public/*/assets/",
"**/dist/",
"**/node_modules/",
"vendor/",
"src/Pyz/Zed/*/Presentation/Components/"
],
"rules": {
"accessor-pairs": ["error", { "setWithoutGet": true, "enforceForClassMembers": false }],
"@typescript-eslint/no-empty-function": ["error", { "allow": ["methods"] }],
"@typescript-eslint/no-magic-numbers": [
"error",
{
"ignore": [-1, 0, 1],
"ignoreDefaultValues": true,
"ignoreClassFieldInitialValues": true,
"ignoreArrayIndexes": true,
"ignoreEnums": true,
"ignoreReadonlyClassProperties": true
}
],
"deprecation/deprecation": "warn"
}
}
2 changes: 1 addition & 1 deletion .git.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c44379fd93b6505a86c2cd185b3bb5270afb1d6
b5a63eac724e02fc4529b1b98dbf67e9d8b7c8ae
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

###### Change log

{Relevant changes for project level go here. Those will be copied to the release log for suite if necessary.}
{Relevant changes for project level go here.}
Loading

0 comments on commit 80c3644

Please sign in to comment.