aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
blob: c6dc9ee6927bcf05206fbdce26d5f3fecfaad025 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"preset": "jquery",

	// remove after https://github.com/jscs-dev/node-jscs/issues/1685
	// and https://github.com/jscs-dev/node-jscs/issues/1686
	"requireCapitalizedComments": null,

	"excludeFiles": [ "external",
		"test/node_smoke_tests/lib/ensure_iterability.js", "node_modules" ]
}