Skip to content

Commit 513cb69

Browse files
authored
Merge pull request #132 from pluginkollektiv/feature/es6
update dashboard JS to ES2015 with recommended WPCS style
2 parents f50542b + 9aa9542 commit 513cb69

File tree

4 files changed

+519
-947
lines changed

4 files changed

+519
-947
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "plugin:@wordpress/eslint-plugin/es5",
2+
"extends": "plugin:@wordpress/eslint-plugin/recommended",
33
"env": {
44
"browser": true,
55
"jquery": true

0 commit comments

Comments
 (0)