mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 08:55:55 -05:00
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"
|
|
]
|
|
}
|