Skip to content

Commit 7ba571d

Browse files
committed
eslint
1 parent ea1e985 commit 7ba571d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable */
2-
31
const Plugin = require('broccoli-plugin');
42
const fs = require('fs');
53
const path = require('path');

scripts/build-wrappers.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ function createFile(
99
): void {
1010
fs.writeFile(
1111
`./addon/firebase/${outputFileName}.ts`,
12-
`/* eslint-disable max-len */
13-
// DO NOT MODIFY. THIS IS AUTO GENERATED.
12+
`// DO NOT MODIFY. THIS IS AUTO GENERATED.
1413
import {
1514
${outputExports.map((api) => `${api} as _${api}`).join(',\n ')},
1615
} from '${moduleName}';

0 commit comments

Comments
 (0)