Skip to content

Commit

Permalink
add has-maybe-embroider lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Apr 7, 2023
1 parent 7c6276a commit c56ce25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/audit_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def create_linter
'ember-observer/no-ember-components' => 'no-ember-components',
'ember-observer/no-glimmer-components' => 'no-glimmer-components',
'ember-observer/no-jquery-integration' => 'no-jquery-integration',
'ember-observer/no-tracked' => 'no-tracked'
'ember-observer/no-tracked' => 'no-tracked',
'ember-observer/has-maybe-embroider' => 'has-maybe-embroider'
}.freeze
end
1 change: 1 addition & 0 deletions linting/static-eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ module.exports = {
'ember-observer/no-glimmer-components': 'error',
'ember-observer/no-jquery-integration': 'error',
'ember-observer/no-tracked': 'error',
'ember-observer/has-maybe-embroider': 'error',
},
};

0 comments on commit c56ce25

Please sign in to comment.