19 lines
234 B
JSON
19 lines
234 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"jquery": true,
|
|
"qunit": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"require": false
|
|
},
|
|
"rules": {
|
|
"dot-notation": 0,
|
|
"wrap-iife": 0
|
|
}
|
|
}
|