This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f4f7b91c12
Ghost
/
ghost
/
mw-vhost
/
index.js
2 lines
41 B
JavaScript
Raw
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