Skip to content

Commit

Permalink
update dashboard JS to ES2015 with recommended WPCS style
Browse files Browse the repository at this point in the history
This change finally drops IE11 support for the admin dashboard.
  • Loading branch information
stklcode committed Nov 3, 2023
1 parent 2b26f66 commit ff0c118
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 947 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "plugin:@wordpress/eslint-plugin/es5",
"extends": "plugin:@wordpress/eslint-plugin/recommended",
"env": {
"browser": true,
"jquery": true
Expand Down
Loading

0 comments on commit ff0c118

Please sign in to comment.