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-22 19:32:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
post-analytics-playground
Ghost
/
ghost
/
mw-vhost
/
index.js
2 lines
41 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Added consistent linting pattern to all packages refs: https://github.com/TryGhost/Toolbox/issues/188 - some of our older packages used a pattern for linting which missed using test config for linting tests - we need this to be consistent so that we can add more eslint rules for testing - two packages also didn't use the lib pattern, which made the lint pattern error - so this was fixed as well
2023-06-12 17:27:12 +03:00
module
.
exports
=
require
(
'./lib/vhost'
)
;
Reference in New Issue
Copy Permalink