Skip to content

Commit e806229

Browse files
authored
lint fix
1 parent 2435913 commit e806229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function createConfig(options, entry, format) {
164164
input: entry,
165165
external,
166166
plugins: [
167-
flow({all: true}),
167+
flow({ all: true }),
168168
nodent({
169169
exclude: 'node_modules/**',
170170
noRuntime: true,

0 commit comments

Comments
 (0)