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 78bcb5a commit 77c0600Copy full SHA for 77c0600
config/fastboot.js
@@ -1,5 +1,4 @@
1
-/* global ReadableStream, WritableStream, TransformStream */
2
-module.exports = function (environment) {
+module.exports = function () {
3
return {
4
buildSandboxGlobals(defaultGlobals) {
5
return Object.assign({}, defaultGlobals, {
lib/content-data-generator/index.js
@@ -1,4 +1,4 @@
-/* eslint-disable node/no-extraneous-require */
+/* eslint-disable n/no-extraneous-require */
'use strict';
const BroccoliMergeTrees = require('broccoli-merge-trees');
0 commit comments