Skip to content

Commit

Permalink
Merge branch 'trunk' into add/handle-font-licenses-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed May 30, 2024
2 parents 18839a3 + 5470e48 commit a9ff258
Show file tree
Hide file tree
Showing 47 changed files with 1,317 additions and 1,090 deletions.
10 changes: 6 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "plugin:@wordpress/eslint-plugin/recommended",
"globals": {
"FileReader": true,
"FontFace": true
"env": {
"browser": true
},
"rules": {
"@wordpress/dependency-group": "error",
Expand All @@ -12,8 +11,11 @@
"allowedTextDomain": "create-block-theme"
}
],
"react/jsx-boolean-value": "error"
"react/jsx-boolean-value": "error",
"unicorn/no-abusive-eslint-disable": "error"
},
"ignorePatterns": [ "src/lib" ],
"plugins": [ "unicorn" ],
"overrides": [
{
"files": [ "**/test/**/*.js" ],
Expand Down
Loading

0 comments on commit a9ff258

Please sign in to comment.