Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
fix one more linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Jan 30, 2020
1 parent f1877b1 commit 1125a85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
ecmaFeatures: {
legacyDecorators: true
}
sourceType: 'module',
ecmaFeatures: {
legacyDecorators: true
}
},
plugins: ['prettier', 'ember'],
extends: [
Expand Down

0 comments on commit 1125a85

Please sign in to comment.