Skip to content

Commit 77c0600

Browse files
committed
Fix lint:js
1 parent 78bcb5a commit 77c0600

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/fastboot.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* global ReadableStream, WritableStream, TransformStream */
2-
module.exports = function (environment) {
1+
module.exports = function () {
32
return {
43
buildSandboxGlobals(defaultGlobals) {
54
return Object.assign({}, defaultGlobals, {

lib/content-data-generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable node/no-extraneous-require */
1+
/* eslint-disable n/no-extraneous-require */
22
'use strict';
33

44
const BroccoliMergeTrees = require('broccoli-merge-trees');

0 commit comments

Comments
 (0)