diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index c977505478..0952760757 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -47,7 +47,9 @@ module.exports = { 'curly': [2, 'multi-line'], 'dot-location': [2, 'property'], 'eol-last': 2, - 'eqeqeq': ["error", "always", {"null": "ignore"}], + 'eqeqeq': ["error", "always", { + "null": "ignore" + }], 'generator-star-spacing': [2, { 'before': true, 'after': true