Fix ESLint errors

This commit is contained in:
Peter deHaan
2017-06-09 10:44:12 -07:00
parent f0b4bb7341
commit 1dbda38995
12 changed files with 151 additions and 156 deletions

View File

@@ -31,7 +31,7 @@ rules:
eqeqeq: error
no-console: warn
no-path-concat: error
no-unused-vars: [error, {argsIgnorePattern: "^_|next"}]
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
no-var: error
one-var: [error, never]
prefer-const: error