mediawiki-extensions-Thanks/.jscsrc
Roan Kattouw 805fefd198 Actually pass jscs
Removed exemptions from .jscsrc and fixed the code so jscs still passes.

Kept the exemption for disallowDanglingUnderscores because
of the naming convention for private functions in this repo.

Change-Id: I860f73394a2b92a411fe682abbb2ab0b5e1325f9
2015-05-04 12:13:43 -07:00

5 lines
65 B
Plaintext

{
"preset": "wikimedia",
"disallowDanglingUnderscores": null
}