This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-30 21:40:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
bed0f10fff
Ghost
/
ghost
/
vhost-middleware
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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 16:53:06 +03:00
module
.
exports
=
{
plugins
:
[
'ghost'
]
,
extends
:
[
Remove trailing commas from .eslintrc.js files - the upcoming eslint update flags errors for trailing commas, so this commits tidies that up
2020-08-04 16:47:14 +03:00
'plugin:ghost/node'
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 16:53:06 +03:00
]
}
;
Reference in New Issue
Copy Permalink