Commit graph

5 commits

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

Change-Id: If8c84a6f8619a85329264684b8ac94f6892929a4
2021-03-14 07:03:44 +00:00
libraryupgrader 1fe574b57d build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic

Additional changes:
* Dropped .inc files from .phpcs.xml (T200956).
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).

Change-Id: Ifc51b96800252bdb8f491b6ca0f7226c3aca4b3e
2020-11-04 07:20:57 +00:00
Umherirrender 97ca7d6f95 build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit 7e8f3a2541.

Change-Id: I3edfe80912e5166bf271f086d2bea8c56e06feef
2020-01-08 19:23:18 +00:00
libraryupgrader 7e8f3a2541 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: I1e2f587f356bea03737d30129477a6b2bfaf4796
2020-01-08 03:10:53 +00:00
James D. Forrester 604469f788 build: Install eslint
Change-Id: Ia8101d82b0e5bd97356e9b36aee3f63a7cc60d73
2019-05-07 10:18:10 -07:00