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
7dc95f96c4
Ghost
/
ghost
/
pretty-cli
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
✨ Pretty CLI - provide a styled sywac instance - Initial commit - Added a mini module to style sywac (http://sywac.io) - Makes really pretty, easy to read, CLI instances
2018-09-21 15:06:02 +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'
✨ Pretty CLI - provide a styled sywac instance - Initial commit - Added a mini module to style sywac (http://sywac.io) - Makes really pretty, easy to read, CLI instances
2018-09-21 15:06:02 +03:00
]
}
;
Reference in New Issue
Copy Permalink