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.
eslint
1 parent 2d0e801 commit c225e9bCopy full SHA for c225e9b
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