Skip to content

Commit

Permalink
Upgrade eslint.
Browse files Browse the repository at this point in the history
This allows us access to more lint rules and will eventually allow us
to enforce the "indent" rule for the Google style guide.

Change-Id: I993ab1280c3781cb4b56179b3b1389879501516f
  • Loading branch information
TheModMaker committed May 8, 2019
1 parent c813897 commit a90a8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
// }}}

// Temporary Google style overrides while we get in compliance with the latest style guide {{{
"indent": "off",
"prefer-spread": "off",
"require-jsdoc": "off",
// }}}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dialog-polyfill": "^0.4.10",
"es6-promise-polyfill": "^1.2.0",
"es6-shim": "~0.35.3",
"eslint": "^4.14.0",
"eslint-config-google": "^0.9.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"esprima": "^4.0.0",
"htmlhint": "yaniswang/HTMLHint#152a114f",
"in-publish": "~2.0.0",
Expand Down

0 comments on commit a90a8f9

Please sign in to comment.