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

	// disabled until `widget_slice` et al are addressed
	"requireCamelCaseOrUpperCaseIdentifiers": null,

	// Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460
	"maximumLineLength": null
}