Skip to content

Commit a90396b

Browse files
committed
Remove unused config
1 parent 826a63f commit a90396b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ember-cli-build.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
55

66
module.exports = function (defaults) {
7-
let options = {
8-
eslint: {
9-
testGenerator: 'qunit',
10-
},
11-
};
12-
13-
let app = new EmberAddon(defaults, options);
7+
let app = new EmberAddon(defaults);
148

159
/*
1610
This build file specifies the options for the dummy test app of this

0 commit comments

Comments
 (0)