474e683011
This is the first pass at an abstract class for our in-memory repository implementations. It's based off of the existing implementations and should speed up local development and deduplicate code
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
module.exports = {
|
|
parser: '@typescript-eslint/parser',
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/test'
|
|
]
|
|
};
|