Moved some files around to separate front and admin stuff

This commit is contained in:
2021-06-02 10:47:11 -06:00
parent 8f048c4088
commit 61545f9a14
24 changed files with 18515 additions and 29 deletions

13
.eslintrc Normal file
View File

@ -0,0 +1,13 @@
{
"extends": [
"plugin:@wordpress/eslint-plugin/esnext"
],
"env": {
"browser": true
},
"rules": {
"indent": ["warn", 2],
"no-console": ["warn"],
"space-in-parens": 0
}
}