Skip to content

Commit

Permalink
Merge pull request #225 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 7ba7f58 + 04d5081 commit 29b88e8
Show file tree
Hide file tree
Showing 467 changed files with 33,114 additions and 31,696 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
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#### Overview

- Ticket: URL_HERE

###### Optional

- Core PR: URL_HERE

###### Change log

{Relevant changes for project level go here.}
Loading

0 comments on commit 29b88e8

Please sign in to comment.