Skip to content

Commit

Permalink
Replace/admin interface (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
  • Loading branch information
4 people authored May 28, 2024
1 parent 244cb1c commit 2b17395
Show file tree
Hide file tree
Showing 41 changed files with 755 additions and 1,030 deletions.
10 changes: 3 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "plugin:@wordpress/eslint-plugin/recommended",
"env":{
"env": {
"browser": true
},
"rules": {
Expand All @@ -14,12 +14,8 @@
"react/jsx-boolean-value": "error",
"unicorn/no-abusive-eslint-disable": "error"
},
"ignorePatterns": [
"src/lib"
],
"plugins":[
"unicorn"
],
"ignorePatterns": [ "src/lib" ],
"plugins": [ "unicorn" ],
"overrides": [
{
"files": [ "**/test/**/*.js" ],
Expand Down
Loading

0 comments on commit 2b17395

Please sign in to comment.