streams/library/bootstrap-colorpicker/.jshintrc
Christian Vogeley 51ee3964c0 Well, if you want to add a color picker it is indeed a good idea
to include the color picker.
2014-03-25 19:36:44 +01:00

18 lines
301 B
Text

{
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"immed": true,
"jquery": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"strict": false,
"trailing": true,
"undef": true,
"predef" : ["Modernizr"]
}