update JS code style to currently recommended conventions

ES5 support is still present to not introduce breaking changes (dropped
IE10 support) in minor updates.
This commit is contained in:
2019-08-28 11:10:39 +02:00
parent 2906d435d9
commit 0cab1a3580
3 changed files with 25 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"license": "GPL-2.0+",
"devDependencies": {
"eslint": "^6",
"eslint-config-wordpress": "^2.0",
"@wordpress/eslint-plugin": "^2.4",
"stylelint": "^10.1",
"stylelint-config-wordpress": "^14.0"
}