mediawiki-extensions-Popups/tests/node-qunit
joakin 807100bcca Limit line length to 80 characters
Enforce it with eslint.

Ignore:
* Comment lines with eslint disable directives
* QUnit test lines as they contain long subjects (QUnit.* (only, test,
  module, skip, etc)
* Strings, since long strings are used extensively in tests
  * Ignore template literals for similar reasons
* Regex literals as they may be too long, but can't be easily
  split in several lines
* Long urls

See bug for more general proposal for eslint-wikimedia-config.

Bug: T185295
Change-Id: I3aacaf46e61a4d96547c513073e179ef997deb09
2018-01-19 14:20:39 +01:00
..
changeListeners Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
gateway Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
instrumentation Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
integrations Hygiene: make integrations/mwpopups pure 2017-08-09 16:07:08 +02:00
preview Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
reducers Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
ui Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
actions.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
changeListener.test.js Use EcmaScript modules instead of common.js modules 2017-07-31 23:05:44 +00:00
container.test.js Use EcmaScript modules instead of common.js modules 2017-07-31 23:05:44 +00:00
counts.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
experiments.test.js Use EcmaScript modules instead of common.js modules 2017-07-31 23:05:44 +00:00
formatter.test.js build: Update eslint and other linters 2017-10-09 15:56:15 +01:00
getUserBucket.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
integration.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
isEnabled.test.js Popups A/B test infrastructure 2017-08-17 21:07:07 +00:00
previewBehavior.test.js Use EcmaScript modules instead of common.js modules 2017-07-31 23:05:44 +00:00
run.js Use EcmaScript modules instead of common.js modules 2017-07-31 23:05:44 +00:00
stubs.js Fix: preview page URL for 404 RESTBase responses 2018-01-16 18:36:48 -06:00
title.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
userSettings.test.js Limit line length to 80 characters 2018-01-19 14:20:39 +01:00
wait.test.js Hygiene: Use promises A/A+ everywhere 2017-08-22 13:36:00 +02:00