-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades and linting #894
Upgrades and linting #894
Conversation
3922576
to
b728f24
Compare
68627d9
to
7ca7c0a
Compare
7ca7c0a
to
ee19d37
Compare
33924c0
to
813386f
Compare
589d915
to
0641e9e
Compare
@@ -14,20 +13,15 @@ export default [ | |||
...globals.node, | |||
...globals.browser, | |||
}, | |||
parserOptions: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simon-20 this is what was missing in order for it to be able to parse the Vue import.meta.env
object which was initially erroring when I removed the typescript configs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very helpful to know, thanks Tilly
0641e9e
to
3c62fe9
Compare
The tests now wait for the expected list to populate
3c62fe9
to
ae0986b
Compare
Related: IATI/validator-services#472