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

15 lines
259 B
Plaintext

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