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-12-02 14:24:19 +01:00
Code
Issues
Actions
Packages
Releases
Activity
96b5b14103
Bootstrap
/
js
/
tests
/
unit
/
.jshintrc
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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" : "../../.jshintrc",
"devel" : true,
Disable es3 for tests and customizer.js.
2015-03-01 21:35:43 +01:00
"es3" : 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
"qunit" : true
}
Reference in New Issue
Copy Permalink