2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #12853 from twbs/jscs

Switch to JSCS
This commit is contained in:
XhmikosR
2014-03-05 08:42:50 +02:00
6 changed files with 39 additions and 37 deletions
+4 -9
View File
@@ -1,15 +1,10 @@
{
"camelcase": true,
"curly": true,
"curly" : true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"newcap": true,
"noarg": true,
"node": true,
"noarg" : true,
"node" : true,
"nonbsp": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true
"undef" : true
}