mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-12-04 12:58:05 +00:00
15 lines
175 B
JSON
15 lines
175 B
JSON
|
{
|
||
|
"plugins": [
|
||
|
"no-jquery"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2017
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:no-jquery/all"
|
||
|
],
|
||
|
"rules": {
|
||
|
"es-x/no-async-functions": "off"
|
||
|
}
|
||
|
}
|