Skip to content

Commit

Permalink
Remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 17, 2021
1 parent 826a63f commit a90396b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function (defaults) {
let options = {
eslint: {
testGenerator: 'qunit',
},
};

let app = new EmberAddon(defaults, options);
let app = new EmberAddon(defaults);

/*
This build file specifies the options for the dummy test app of this
Expand Down

0 comments on commit a90396b

Please sign in to comment.