jspm
Version:
Registry and format agnostic JavaScript package manager
13 lines (10 loc) • 395 B
Plain Text
{
"maxerr" : 50, // {int} Maximum error before stopping
// Enforcing
"indent" : 2, // {int} Number of spaces to use for indentation
"quotmark" : "single",
"strict" : false, // true: Requires all functions run in ES5 Strict Mode
// Environments
"mocha" : true, // Mocha
"node" : true // Node.js
}