Commit graph

4 commits

Author SHA1 Message Date
libraryupgrader 749e94def5 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).
* Added the `wikimedia/jquery` profile in .eslintrc.json (T262222).
* Removed global `$`, included in the `wikimedia/jquery` profile (T262222).
* Removed global `mw`, included via `wikimedia/mediawiki` profile (T262222).
* Dropped the emtpy global definition in .eslintrc.json.

Change-Id: I58295f83ff82849aaef84934662911a69e272e2a
2020-11-04 10:10:31 +00:00
Umherirrender d13fcc6211 build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit 0e1023e00a.

Change-Id: Id0b616dc576fe6beeb95ac4946f040af788f708b
2020-01-08 19:30:14 +00:00
libraryupgrader 0e1023e00a build: Updating npm dependencies
* grunt-eslint: 20.1.0 → 22.0.0
* eslint-config-wikimedia: 0.5.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-constant-condition
  * no-dupe-keys
  * no-empty
  * no-implicit-globals
  * 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: I7cf9b60dbde7168ade24d2e8847617244d6a6ae1
2020-01-08 05:33:21 +00:00
Umherirrender 30b02a0cc3 Add missing .eslintrc.json to pass npm
Change-Id: I4afb4d7257bbb1cca1bd3c058078c90c5b7ab886
2019-02-23 14:46:51 +01:00