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-29 15:12:58 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
49c0e60053
Ghost
/
ghost
/
nql-filter-expansions
/
.eslintrc.js
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added nql-filter-expansions module refs https://github.com/TryGhost/Arch/issues/46 - This module with be a placeholder for "filter expansions" we use across the codebase. For now it will only contain the expansions for the "post" resource, but any new or refactored expansions should land here too.
2023-07-24 16:26:14 +03:00
module
.
exports
=
{
plugins
:
[
'ghost'
]
,
extends
:
[
Switched TypeScript eslint config to custom plugin refs https://github.com/TryGhost/DevOps/issues/50 - this switches the .eslint configs from `node` to `ts`, which is a new config to support eslint for TypeScript - also makes minor changes to adhere to these new rules
2023-07-25 16:05:21 +03:00
'plugin:ghost/ts'
Added nql-filter-expansions module refs https://github.com/TryGhost/Arch/issues/46 - This module with be a placeholder for "filter expansions" we use across the codebase. For now it will only contain the expansions for the "post" resource, but any new or refactored expansions should land here too.
2023-07-24 16:26:14 +03:00
]
}
;
Reference in New Issue
Copy Permalink