Commit graph

5 commits

Author SHA1 Message Date
libraryupgrader 786ca91075 build: Updating eslint-config-wikimedia to 0.19.0
Additional changes:
* eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085).

Change-Id: Idb62cc146f2757d7b3483770409cc1eff3457b99
2021-03-14 07:53:47 +00:00
libraryupgrader 65afffaed8 build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
Additional changes:
* Dropped .inc files from .phpcs.xml (T200956).
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).

Change-Id: I6c7f15986505db7a64b6dde711f7ce6c4bfef901
2020-11-04 08:07:17 +00:00
Umherirrender 3ad16fe296 build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit 6141f5d150.

Change-Id: Ie5f004ebb60052acbc20d4587e2747e16e2e8413
2020-01-08 19:24:41 +00:00
libraryupgrader 6141f5d150 build: Updating npm dependencies
* grunt-eslint: 21.0.0 → 22.0.0
* eslint-config-wikimedia: 0.12.0 → 0.15.0
  The following rules are failing and were disabled:
  * brace-style
  * camelcase
  * eqeqeq
  * max-len
  * max-statements-per-line
  * new-cap
  * no-alert
  * no-console
  * no-constant-condition
  * no-dupe-keys
  * no-empty
  * no-implicit-globals
  * no-jquery/no-global-selector
  * no-mixed-spaces-and-tabs
  * no-redeclare
  * no-tabs
  * no-undef
  * no-underscore-dangle
  * no-unused-vars
  * no-use-before-define
  * no-useless-concat
  * one-var
  * valid-jsdoc
  * vars-on-top

Additional changes:
* Added .eslintcache to .gitignore.
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: I72c7c4706e0d2930daa60b481310f0ff95aa7408
2020-01-08 03:33:16 +00:00
James D. Forrester 3ce9e39bc3 build: Install eslint
Change-Id: I61bcee70cf88b63f2d85ba46f2d66a83589cecaa
2019-05-07 10:22:35 -07:00