Skip to content

Commit

Permalink
ESLint: Disable removed rules
Browse files Browse the repository at this point in the history
... until these are removed from eslint-config-simplabs
  • Loading branch information
Turbo87 committed Nov 12, 2019
1 parent d2b874d commit e8e102c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Expand Up @@ -4,6 +4,10 @@ module.exports = {
'simplabs',
'simplabs/plugins/ember',
],
rules: {
'ember/avoid-leaking-state-in-components': 'off',
'ember/local-modules': 'off',
},
overrides: [
// node files
{
Expand Down

0 comments on commit e8e102c

Please sign in to comment.