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
26adc6ac0e
Ghost
/
ghost
/
members-api
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added default test dir and eslintrc no-issue
2019-05-07 18:18:49 +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'
Added default test dir and eslintrc no-issue
2019-05-07 18:18:49 +03:00
]
}
;
Reference in New Issue
Copy Permalink