We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedf4f5 commit 1e92d8bCopy full SHA for 1e92d8b
config/ember-try.js
@@ -2,7 +2,7 @@
2
3
const getChannelURL = require('ember-source-channel-url');
4
5
-module.exports = function() {
+module.exports = function () {
6
return Promise.all([
7
getChannelURL('release'),
8
getChannelURL('beta'),
config/environment.js
@@ -1,5 +1,5 @@
1
'use strict';
-module.exports = function(/* environment, appConfig */) {
+module.exports = function (/* environment, appConfig */) {
return {};
};
ember-cli-build.js
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
-module.exports = function(defaults) {
+module.exports = function (defaults) {
const app = new EmberAddon(defaults, {
// Add options here
});
0 commit comments