This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
twbs--bootstrap
Watch
1
Star
0
Fork
You've already forked twbs--bootstrap
0
mirror of
https://github.com/twbs/bootstrap.git
synced
2022-11-09 12:25:43 -05:00
Code
Releases
Activity
4ed95f5fa2
twbs--bootstrap
/
grunt
/
.jshintrc
8 lines
119 B
Text
Raw
Normal View
History
Unescape
Escape
Use different coding style for Gruntfile Fixes #12657
2014-02-08 15:59:17 -05: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 03:07:21 -04:00
"extends" : "../js/.jshintrc",
Gruntfile-specific JSHint config: disable ASI Refs #14118
2014-07-10 19:57:26 -04: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 03:07:21 -04:00
"browser" : false,
"es3" : false,
"node" : true
Use different coding style for Gruntfile Fixes #12657
2014-02-08 15:59:17 -05:00
}
Copy permalink