MDL-39092 JavaScript: Add default Shifter configuration

The settings here ensure that -coverage.js files are not built, and that
the Shifter defaults to using the jshint configuration in the moodle root
directory.
This commit is contained in:
Andrew Nicols 2013-04-14 17:41:06 +01:00
parent 8600a05228
commit 24af2fbaf3

4
.shifter.json Normal file
View File

@ -0,0 +1,4 @@
{
"coverage": false,
"lint": "config"
}