new template

This commit is contained in:
Roman Pyrih
2025-08-26 11:57:17 +02:00
parent 97352dcdc9
commit c4f5299f86
37 changed files with 4214 additions and 0 deletions

View File

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