Commit graph

6 commits

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

Change-Id: Ibb8cab00435b9062fbe8959a25bcaa9570073dc0
2021-03-14 15:44:41 +00:00
libraryupgrader 3ee5d0ade1 build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
Additional changes:
* Removed global `OO`, included via `wikimedia/mediawiki` profile (T262222).
* Dropped the emtpy global definition in .eslintrc.json.

Change-Id: Icc44517603f0b81b828b222c0935337545c7fd79
2020-11-04 11:27:20 +00:00
Ed Sanders 93cac19268 build: Update linters
Change-Id: I73c774c0c10cb4ce90e4f51f7b7d3446591f3ee1
2020-04-07 11:13:11 +01:00
Umherirrender 2c01dfde72 build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit e39c731368.

Change-Id: Iea4e445b17ede329f9c0b42db12b34d995816356
2020-01-08 19:28:46 +00:00
libraryupgrader e39c731368 build: Updating npm dependencies
* 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

* grunt-eslint: 21.0.0 → 22.0.0

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

Change-Id: If910b266ebd5d3aa1e485c6740b672eb44f82345
2020-01-08 06:54:14 +00:00
Ed Sanders dc2caad941 build: Replace jshint with eslint
Bug: T210365
Change-Id: Ia5c2cfa722963d03a06f4c1799be5012229b1637
2018-11-30 21:14:16 +00:00