mediawiki-extensions-Discus.../modules/.eslintrc.json
Bartosz Dziewoński b105bf7ded Detect and parse timestamps, signatures, comments and threads
Bug: T232780
Bug: T234404
Change-Id: Ie9c80121089742cfc7cd7c04d694c2e0fe8d6a98
2019-10-18 13:59:07 +02:00

10 lines
116 B
JSON

{
"globals": {
"require": "readonly",
"module": "readonly"
},
"rules": {
"no-implicit-globals": "off"
}
}