0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
Bootstrap/grunt/.jshintrc
2014-02-28 17:30:08 +02:00

14 lines
234 B
Plaintext

{
"camelcase": true,
"curly" : true,
"eqeqeq" : true,
"immed" : true,
"newcap" : true,
"noarg" : true,
"node" : true,
"nonbsp" : true,
"strict" : true,
"trailing" : true,
"undef" : true
}