mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
20ddbe4f59
Ref 10fdad742a
Fixes gh-2056
14 lines
327 B
Plaintext
14 lines
327 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", "src/intro.js", "src/outro.js",
|
|
"node_modules",
|
|
"test/node_smoke_tests/lib/ensure_iterability.js"
|
|
]
|
|
}
|