Does safeql.config.ts
work in an ESM project?
#201
Replies: 2 comments
-
It seems like a bug on my end. I'll raise a fix for this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in 3.0.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using pNPM. Here's the error output from my vscode eslint server:
It works if I keep the rules in my
.eslintrc.json
though, but ideally I'd like to relocate that to a dedicated config file (without switching the project to CJS). Can anything be done?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions