php-embed
Version:
Bidirectional interoperability between PHP and Node.js in a single process
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/**"
]
}