1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-19 08:31:43 +03:00
Ghost/apps/admin-x-demo/test/.eslintrc.cjs
Jono M a8083960d8
Added test examples to AdminX demo ()
refs https://github.com/TryGhost/Product/issues/4182

Updated framework to include shared test config for easier app setup.
2023-11-23 12:59:48 +00:00

7 lines
98 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/ts-test'
]
};