Skip to content

Commit

Permalink
Refactor and linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinmarta committed Jan 16, 2025
1 parent 89a6cf6 commit 70174fe
Show file tree
Hide file tree
Showing 14 changed files with 386 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**/node_modules/**
**/vendor/**
**/vendors/**
assets/**/*min*
assets/**/*min.js
bin/*
languages/*
themes/**/*min*
Expand Down
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"plugins": [ "@wordpress", "jsdoc", "react-hooks" ],
"rules": {
"object-curly-spacing": [ "error", "always" ],
"import/order": [
"error",
{
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**/node_modules/**
**/vendor/**
**/vendors/**
assets/**/*min*
assets/**/*min.js
bin/*
languages/*
themes/**/*min*
Expand Down
1 change: 0 additions & 1 deletion assets/js/admin-csv-import-validation.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/admin-csv-import-validation.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions assets/js/admin-csv-import-validation/index.js

This file was deleted.

This file was deleted.

263 changes: 1 addition & 262 deletions assets/js/admin-csv-import.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70174fe

Please sign in to comment.