Skip to content

Commit

Permalink
Merge pull request #181 from Turbo87/eslint
Browse files Browse the repository at this point in the history
ESLint: Fix tests config
  • Loading branch information
Turbo87 committed Nov 23, 2019
2 parents dad5acd + bf364c6 commit e268ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env node */

module.exports = {
extends: 'simplabs/configs/ember-qunit',
extends: 'simplabs/configs/ember-mocha',
parserOptions: {
ecmaVersion: 2017
},
Expand Down

0 comments on commit e268ca6

Please sign in to comment.