mediawiki-extensions-Discus.../modules/.eslintrc.json
Ed Sanders d3c46a2967 eslint: Disable max-len
Change-Id: I7e49dc170dba62b88f1879ae670f806f6b54d4e9
2020-04-21 15:50:19 +01:00

7 lines
70 B
JSON

{
"rules": {
"no-implicit-globals": "off",
"max-len": "off"
}
}