Ghost/ghost/vhost-middleware/.eslintrc.js
Kevin Ansfield 3e6a713658 Forked expressjs/vhost to vhost-middleware
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.
2019-10-24 14:53:06 +01:00

7 lines
96 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
]
};