Loading js-apps/meep-frontend/.eslintrc.js +20 −8 Original line number Diff line number Diff line Loading @@ -42,6 +42,18 @@ module.exports = { 'error', 'unix' ], 'curly': [ "error", "all" ], 'comma-dangle': [ "error", "never" ], 'eqeqeq': [ "error", "always" ], 'quotes': [ 'error', 'single' Loading Loading
js-apps/meep-frontend/.eslintrc.js +20 −8 Original line number Diff line number Diff line Loading @@ -42,6 +42,18 @@ module.exports = { 'error', 'unix' ], 'curly': [ "error", "all" ], 'comma-dangle': [ "error", "never" ], 'eqeqeq': [ "error", "always" ], 'quotes': [ 'error', 'single' Loading