mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
5ac2186903
* 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/**/*" ]
|
|
}
|