summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/.jshintrc
blob: ba7bc2965975a7afc842d4c6a7cdf1b5ebce4b05 (plain)
1
2
3
4
5
6
7
8
{
  "proto": true,
  "globals": {
    "browser": true,
    "jQuery": false,
    "devel": true
  }
}