Skip to content

Commit 0a5d3a2

Browse files
Merge branch 'main' into fix/#64-core-code-alignment
2 parents c5a1fe2 + 25e36b8 commit 0a5d3a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+44954
-40525
lines changed

β€Ž.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The version of your theme, manually updated by you.
22
# This version will be reflected in style.css, package.json, and composer.json.
3-
VERSION=1.1.0
3+
VERSION=1.3.0

β€Ž.eslintrc.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Ž.eslintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": ["plugin:@wordpress/eslint-plugin/recommended"],
3+
"overrides": [
4+
{
5+
"files": ["webpack.config.js"],
6+
"env": {
7+
"node": true
8+
},
9+
"parserOptions": {
10+
"ecmaVersion": 2021,
11+
"sourceType": "script"
12+
}
13+
}
14+
]
15+
}

β€Ž.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
REQUIRED. Please do not leave this blank. Use this format to link issue numbers:
5-
[#WDS-123](https://webdevstudios.atlassian.net/browse/WDS-123)
5+
[#WDSBT-123](https://app.clickup.com/t/9011385391/WDSBT-123)
66
-->
77

88
## Link to test
@@ -17,7 +17,7 @@ REQUIRED. Please do not leave this blank. Use this format to link to the testing
1717
<!--
1818
REQUIRED. Please do not leave this blank.
1919
Example:
20-
1. [#WDS-123](https://webdevstudios.atlassian.net/browse/WDS-123) - This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
20+
1. [#WDSBT-123](https://app.clickup.com/t/9011385391/WDSBT-123) - This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
2121
2. Make sure to add the appropriate labels to this PR.
2222
-->
2323

@@ -34,10 +34,14 @@ REQUIRED. Please do not leave this blank.
3434
For visual alterations, provide screenshots or recordings for both desktop and mobile. You can utilize Loom for this purpose: https://www.loom.com/screen-recorder
3535
-->
3636

37+
## AI Assistance
38+
39+
- [ ] πŸ€– This project was developed with the help of a LLM/AI such as Cursor, Gemini, etc.
40+
3741
## Added to documentation?
3842

3943
- [ ] πŸ“œ README.md
40-
- [ ] πŸ““ [Confluence](https://documentationlink.here)
44+
- [ ] πŸ““ [ClickUp](https://documentationlink.here)
4145
- [ ] πŸ™… No documentation needed
4246

4347
## Added tests?

β€Ž.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ build/
2929
#tests
3030
pa11y-ci-report/
3131
phpcs-report.txt
32+
33+
# cursor
34+
.cursor/

β€Ž.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.17.0
1+
v22.16.0

β€Ž.stylelintrc.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
Β (0)