mediawiki-extensions-Visual.../.jscsrc
Timo Tijhof 9fd753e7a7 build: Enforce disallowMixedSpacesAndTabs jscs rule
Also, fix @returns comments (should be @return) and remove unnecessary
@method comments from the documentation.

Change-Id: Icd303626ac745c7ab5bff164f9b8cac276de1523
2015-03-07 16:49:30 +00:00

6 lines
71 B
Plaintext

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