Skip to content

Commit 62dda7b

Browse files
committed
Fix more lints
1 parent 6a5828b commit 62dda7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rollup.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ export default {
99
plugins: [
1010
nodeResolve({
1111
jsnext: true,
12-
main: true
12+
main: true,
1313
}),
1414
commonjs(),
1515
babel({
16-
babelrc: false
16+
babelrc: false,
1717
}),
1818
minify({
1919
keepFnName: true,
20-
keepClassName: true
21-
})
20+
keepClassName: true,
21+
}),
2222
],
23-
output: [{ file: 'priv/build/iife/ElixirScript.Core.js', format: 'iife' }]
23+
output: [{ file: 'priv/build/iife/ElixirScript.Core.js', format: 'iife' }],
2424
};

0 commit comments

Comments
 (0)