Skip to content

Commit

Permalink
Convert missed vars to consts
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneHlushko committed Feb 12, 2018
1 parent 129a1ef commit aab2a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/config-yargs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var CONFIG_GROUP = "Config options:";
var BASIC_GROUP = "Basic options:";
const CONFIG_GROUP = "Config options:";
const BASIC_GROUP = "Basic options:";
const MODULE_GROUP = "Module options:";
const OUTPUT_GROUP = "Output options:";
const ADVANCED_GROUP = "Advanced options:";
Expand Down

0 comments on commit aab2a71

Please sign in to comment.