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-24 06:35:49 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d8f529ef78
Ghost
/
ghost
/
session-service
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
✨ Added @tryghost/session-service module (#35) no-issue This was refactored out of https://github.com/TryGhost/Ghost/pull/11701/
2020-04-02 16:26:05 +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'
✨ Added @tryghost/session-service module (#35) no-issue This was refactored out of https://github.com/TryGhost/Ghost/pull/11701/
2020-04-02 16:26:05 +03:00
]
}
;
Reference in New Issue
Copy Permalink