mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 19:32:54 +03:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
|
module.exports = {
|
||
|
parser: '@typescript-eslint/parser',
|
||
|
plugins: ['ghost'],
|
||
|
extends: [
|
||
|
'plugin:ghost/ts'
|
||
|
]
|
||
|
};
|