Fix ESLint errors

This commit is contained in:
2018-04-16 19:14:37 +02:00
parent b09f19f399
commit ba3c707da3
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -4,6 +4,9 @@ module.exports = {
ecmaVersion: 2017,
sourceType: 'module'
},
globals: {
console: true
},
plugins: [
'ember'
],
@@ -15,6 +18,8 @@ module.exports = {
browser: true
},
rules: {
'ember/avoid-leaking-state-in-ember-objects': 'warn',
'no-console': 'off'
},
overrides: [
// node files