aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintrc
blob: 227f9caa78d84341f683a226c01b924e35ff81e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "strict": true,
    "curly": true,
    "quotmark": "simple",
    "esversion": 6,
    "browser": false,
    "mocha": true,
    "node": true,
    "noempty": true,
    "debug": false
}