Commit graph

3 commits

Author SHA1 Message Date
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