Commit graph

3 commits

Author SHA1 Message Date
Umherirrender f3aa6a71ff build: Remove unneeded exclude from .eslintrc.json
This reverts parts of commit e948bf3b51.

Change-Id: Ic3dd6651b85a7f46c2fa38fd2d80a129ec1c1346
2020-01-08 19:30:27 +00:00
libraryupgrader e948bf3b51 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: I3a57a2cc46f83ef5792e02e2c2a842dd833d008a
2020-01-08 03:01:44 +00:00
James D. Forrester c1399a6d3d build: Install eslint
Change-Id: Ie129e854469e276022bad488bfc813b550256542
2019-05-07 10:14:19 -07:00