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 Oct 3, 2023
1 parent fc3877b commit a804d06
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 202 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 a804d06

Please sign in to comment.