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
main
Ghost
/
ghost
/
session-service
/
test
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Permalink
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/test'
Updated Eslint ECMAScript compatibility to 2022 refs https://github.com/TryGhost/Toolbox/issues/345 - this commit bumps `eslint-plugin-ghost`, which bumps compatiblity to 2022 - this also removes a lot of the manually-added `parserOptions.ecmaVersion` that we had in imported packages, in favor of the value set in `eslint-plugin-ghost`
2022-08-09 16:48:33 +03:00
]
✨ 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