mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
3f6544bebc
no-issue Our linter now requires that files named index.js have less than 50 lines, so this renames the index.js file to service.js and reexports service.js from index.js so that linting will pass.
2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
module.exports = require('./service');
|