jquery/.jscsrc
Timmy Willison 4a098f4883 Build: combine intro and outro
Fixes gh-2975
Close gh-2976
2016-03-09 11:42:42 -05:00

11 lines
290 B
Plaintext

{
"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" ]
}