Closed sk- closed 10 years ago
Currently the config file uses the old interpolation syntax, which is harder to read.
Compare "%(DEFAULT_CONFIGS)s/jshint.json" with "{DEFAULT_CONFIGS}/jshint.json".
"%(DEFAULT_CONFIGS)s/jshint.json"
"{DEFAULT_CONFIGS}/jshint.json"
Currently the config file uses the old interpolation syntax, which is harder to read.
Compare
"%(DEFAULT_CONFIGS)s/jshint.json"
with"{DEFAULT_CONFIGS}/jshint.json"
.