first commit

This commit is contained in:
2025-08-23 11:51:23 +02:00
commit 2f24ce0362
69 changed files with 7611 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": [
"plugin:@wordpress/eslint-plugin/esnext"
],
"env": {
"browser": true
}
}