mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 12:04:54 -05:00
* Update "grunt-jscs-checker" package
* Use ".jscsrc" file instead of old ".jscs.json"
* Use jquery preset instead of explicitly defining all the jscs rules
(Cherry-picked from b7283d738e commit)
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
{
|
|
"preset": "jquery",
|
|
|
|
"excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
|
|
}
|