aboutsummaryrefslogtreecommitdiffstats
path: root/library/bootstrap-colorpicker/.jshintrc
blob: 2169b9c0e77f9ebf180de9a9f4e4b86993722a2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"]
}