2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
Files
bootstrap/grunt/.jshintrc
T
2014-02-28 17:30:08 +02:00

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
}