moodle/.shifter.json
Andrew Nicols 24af2fbaf3 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.
2013-04-14 21:08:34 +01:00

5 lines
48 B
JSON

{
"coverage": false,
"lint": "config"
}