Skip to content

Commit

Permalink
chore: runs yarn lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Nov 10, 2023
1 parent b2c0c11 commit e9e915a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// eslint-disable-next-line n/no-unpublished-require
const getChannelURL = require('ember-source-channel-url');

// eslint-disable-next-line n/no-unpublished-require
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');

module.exports = async function () {
Expand Down Expand Up @@ -114,7 +115,7 @@ module.exports = async function () {
},
},
embroiderSafe({ allowedToFail: true }),
embroiderOptimized({ allowedToFail: true })
embroiderOptimized({ allowedToFail: true }),
],
};
};

0 comments on commit e9e915a

Please sign in to comment.