Change recent/favorite buttons to use Bootstrap dropdowns
[phpmyadmin.git] / .jshintrc
blob414fce68033f4777192d789e2d7dbc5e713d0f8a
2     "esversion" : 6,
4     // Show more errors
5     "maxerr" : 1000,
7     // Globals
8     "jquery" : true,
10     // Stricter checking
11     "curly" : true,
12     "immed" : true,
13     "indent" : 4,
14     "latedef" : true,
15     "noarg" : true,
16     "noempty" : true,
17     "unused" : false,
18     "trailing" : true,
20     // Relaxing rules
21     "sub" : false,
22     "funcscope" : false,
23     "laxbreak" : false