Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Cameron Dawson 07d3513513 turn off no-catch-shadow eslint rule
We do not support IE 8 and earlier, so we turn this off.
See http://eslint.org/docs/rules/no-catch-shadow for more info.
2015-08-05 10:02:17 -07:00
William Lachance 1900b665e4 Bug 1185108 - Enforce 4 space indentation via an eslint rule 2015-07-17 17:27:51 -04:00
Ed Morley d6dbaefb7e Bug 1184775 - ESLint: Enable the 'semi' rule
semi: "require or disallow use of semicolons instead of ASI"
2015-07-17 18:34:38 +01:00
Ed Morley 97f6dd854f Bug 1184614 - ESLint: Switch from a whitelist to a blacklist approach
Previously we disabled all default rules, and only turned on those that
were explicitly listed in .eslintrc. Now we leave the default rules
alone, apart from those that we are currently failing.
2015-07-16 18:31:55 +01:00
William Lachance 658927bdf7 Bug 1183367 - Add a grunt target to run eslint on JS frontend 2015-07-14 13:40:18 -04:00