Consistent spacing between keys and values in object literal

Related to https://github.com/openlayers/eslint-config-openlayers/pull/9
This commit is contained in:
Frederic Junod
2016-12-14 12:10:16 +01:00
parent 88c417587c
commit 1478cadb18
8 changed files with 37 additions and 37 deletions

View File

@@ -17,9 +17,9 @@ const examplePath = process.argv[2];
const phantomPath = require('phantomjs-prebuilt').path;
const server = http.createServer(serveFiles.createFileResponseHandler({
documentRoot : root,
documentRoot: root,
followSymbolicLinks: false,
cacheTimeInSeconds : 3600
cacheTimeInSeconds: 3600
}));
server.listen(port, host, null, function() {