Fix linting issue with space after comma

parent a76e3605
......@@ -27,7 +27,7 @@ if (process.env.USE_DOCKER_WATCHOPTIONS) {
watchOptions: {
aggregateTimeout: 500,
poll: 2500,
ignored: ['node_modules','build']
ignored: ['node_modules', 'build']
}
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment