3e6a713658
no issue Direct copy of current master from https://github.com/expressjs/vhost/ with automatic eslint fixes to match our styleguide. Forked because we need a reverse proxy fix and the original module appears abandoned.
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node',
|
|
]
|
|
};
|