fix eslint

This commit is contained in:
XIANG\xiang 2017-08-07 01:47:18 +08:00
parent 75f3e9637e
commit 5be8236d2f

View File

@ -151,9 +151,9 @@ Options.defaults = {
useShortDoctype: true
},
html: {
useRouteName: false, // if set ture, will use the last route path as html file name, but replace route `/` with `/index`.
fileName: 'index', // the html template file name, default 'index'.
extension: 'html' // the html template extension type, default `html`. also can be set 'php' or jsp' or others.
useRouteName: false, // if set ture, will use the last route path as html file name, but replace route `/` with `/index`.
fileName: 'index', // the html template file name, default 'index'.
extension: 'html' // the html template extension type, default `html`. also can be set 'php' or jsp' or others.
}
},
env: {},