aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
blob: 6a2c2fd99058cfbbf2946932feec2bee7756745f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"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", "src/intro.js", "src/outro.js",
		"node_modules",
		"test/node_smoke_tests/lib/ensure_iterability.js"
	]
}