Skip to content

Commit 0dfa427

Browse files
authored
Merge pull request #1107 from emberjs/cleanup
Remove unused config
2 parents 826a63f + a90396b commit 0dfa427

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)