fix: add global types to eslint

This commit is contained in:
Youwen Wu 2024-05-05 21:07:54 -07:00
parent c0df941afd
commit 49e95befd0
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -27,5 +27,9 @@ module.exports = {
parser: '@typescript-eslint/parser' parser: '@typescript-eslint/parser'
} }
} }
] ],
globals: {
BlogDocument: true,
PostMeta: true
}
} }