Refactor navigation.js to Javascript ES6 (#1423)

This commit is contained in:
Ismail El Korchi 2020-05-15 00:26:03 +00:00 committed by GitHub
parent ef77ee91d4
commit e7d95951b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 62 deletions

View file

@ -1,6 +1,6 @@
{
"extends": [
"plugin:@wordpress/eslint-plugin/es5"
"plugin:@wordpress/eslint-plugin/esnext"
],
"env": {
"browser": true