This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bf282ea8e2
jquery
/
.jscsrc
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build: Update jscsrc * 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 b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
2014-04-15 14:08:18 +00:00
{
Build: Spaces vs tabs * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary) (cherry-picked from bbace100a3ad51287cd2864eeb03ddebb381d44f)
2014-04-24 19:45:55 +00:00
"preset": "jquery",
Build: Update jscsrc * 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 b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
2014-04-15 14:08:18 +00:00
Build: Move all external libraries to external directory Closes gh-1593 Conflicts: Gruntfile.js test/index.html
2014-06-10 19:32:25 +00:00
"excludeFiles": [ "external", "src/intro.js", "src/outro.js" ]
Build: Update jscsrc * 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 b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
2014-04-15 14:08:18 +00:00
}
Reference in New Issue
Copy Permalink