Skip to content

Commit a8c4f3e

Browse files
committed
removed obsolete linter directive
1 parent e2a3901 commit a8c4f3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/bundle/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ module.exports = generateConfig;
3838
// other than `true` will be passed through as TypeScript compiler options
3939
// * `compact`, if truthy, compresses the bundle's code while retaining the
4040
// source code's original structure
41-
function generateConfig({ extensions = [], // eslint-disable-next-line indent
42-
externals, format, moduleName, esnext, jsx, typescript, compact },
43-
{ browsers, resolvePath }) {
41+
function generateConfig({ extensions = [], externals, format, moduleName,
42+
esnext, jsx, typescript, compact }, { browsers, resolvePath }) {
4443
let plugins = [];
4544
if(esnext || jsx) {
4645
let transpiler = Object.assign({}, esnext, jsx);

0 commit comments

Comments
 (0)