This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2024-11-29 11:24:18 +01:00
Code
Issues
Actions
Packages
Releases
Activity
01fa32e879
Bootstrap
/
grunt
/
.jshintrc
8 lines
119 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use different coding style for Gruntfile Fixes #12657
2014-02-08 21:59:17 +01:00
{
Tweak JSHint and JSCS checks. Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-03-17 08:07:21 +01:00
"extends" : "../js/.jshintrc",
Gruntfile-specific JSHint config: disable ASI Refs #14118
2014-07-11 01:57:26 +02:00
"asi" : false,
Tweak JSHint and JSCS checks. Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-03-17 08:07:21 +01:00
"browser" : false,
"es3" : false,
"node" : true
Use different coding style for Gruntfile Fixes #12657
2014-02-08 21:59:17 +01:00
}
Reference in New Issue
Copy Permalink