Skip to content

Commit

Permalink
dep: bump @cordova/eslint-config@^4.0.0 (#574)
Browse files Browse the repository at this point in the history
* dep: update eslint
* style: apply eslint auto fixes
* refactor: help method to fix lint warnings
  • Loading branch information
erisu committed Dec 17, 2021
1 parent 3c5be8e commit 7b0e24e
Show file tree
Hide file tree
Showing 6 changed files with 6,903 additions and 5,993 deletions.
2 changes: 1 addition & 1 deletion cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// All cordova js API moved to cordova-lib. If you don't need the cordova CLI,
// use cordova-lib directly.

var cordova_lib = require('cordova-lib');
const cordova_lib = require('cordova-lib');
module.exports = cordova_lib.cordova;

// Also export the cordova-lib so that downstream consumers of cordova lib and
Expand Down
Loading

0 comments on commit 7b0e24e

Please sign in to comment.