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
0d1916505f
Ghost
/
ghost
/
magic-link
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Created @tryghost/magic-link module (#50) * slimer create magic-link Created the initial magic-link project * Added usage section to README * Installed types and deps for magic-link * Added tsconfig.json * Initial commit for magic-link module * Renamed hello.test.js -> index.test.js * Added initial basic test * Removed test util directory * Updated ecmaVersion for test eslint parserOptions * Added tests for MagicLink * Added language to README usage codeblock * Updated sendMagicLink to return SentMessageInfo * Updated README * Updated README usage example * Fixed types
2019-09-03 06:07:03 +03:00
module
.
exports
=
{
plugins
:
[
'ghost'
]
,
extends
:
[
Removed trailing commas from .eslintrc.js refs https://github.com/TryGhost/Team/issues/879
2021-07-14 11:57:01 +03:00
'plugin:ghost/node'
Created @tryghost/magic-link module (#50) * slimer create magic-link Created the initial magic-link project * Added usage section to README * Installed types and deps for magic-link * Added tsconfig.json * Initial commit for magic-link module * Renamed hello.test.js -> index.test.js * Added initial basic test * Removed test util directory * Updated ecmaVersion for test eslint parserOptions * Added tests for MagicLink * Added language to README usage codeblock * Updated sendMagicLink to return SentMessageInfo * Updated README * Updated README usage example * Fixed types
2019-09-03 06:07:03 +03:00
]
}
;
Reference in New Issue
Copy Permalink