libzim
Version:
Bindings to zimlib (read/write OpenZIM files)
19 lines (17 loc) • 404 B
Plain Text
{
"preset": "node-style-guide",
// allow some slop to account for legacy code
"validateQuoteMarks": { "mark": "'", "escape": true },
"requireCapitalizedComments": { "allExcept": ["jshint","globals"] },
"disallowTabs": true,
"excludeFiles": [
"test.js",
"scripts/publish.js",
"build/**",
"clean/**",
"deps/**",
"node_modules/**",
"*-x86/**",
"*-ia32/**"
]
}