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
58c2460821
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
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)
2014-04-24 19:38:38 +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
2014-04-15 14:08:18 +00:00
Build: Move all external libraries to external directory Closes gh-1593
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
2014-04-15 14:08:18 +00:00
}
Reference in New Issue
Copy Permalink