Disable all new linting rules in legacy code

This patch disables all new eslint rules in the legacy codebase.

Change-Id: I4fd2db5d019f493ded440573d9f0aade38652ffe
This commit is contained in:
Michael Krotscheck 2015-11-23 10:31:58 -08:00
parent b9e8dc1e30
commit 66e72f3f52
1 changed files with 13 additions and 0 deletions

View File

@ -19,3 +19,16 @@ rules:
space-unary-ops: 0
curly: 0
indent: 0
valid-jsdoc: 0
no-undefined: 0
brace-style: 0
strict: 0
no-extra-parens: 0
eqeqeq: 0
consistent-return: 0
callback-return: 0
guard-for-in: 0
block-scoped-var: 0
semi-spacing: 0
no-redeclare: 0
no-new: 0