add .csslintrc .jshintrc

This commit is contained in:
2016-05-12 22:43:45 +02:00
parent 24501096f9
commit e83dc68ceb
2 changed files with 9 additions and 1 deletions

5
.csslintrc Normal file
View File

@@ -0,0 +1,5 @@
{
"important": false,
"ids" : false
}

View File

@@ -93,7 +93,10 @@
"$" : false,
"moment" : false,
"ko" : false,
"ol" : false,
"Clipboard" : false,
"Cookies" : false,
"bootbox" : false
"bootbox" : false,
"numeral" : false
}
}