-
Hello everyone!
Out of the box it looks ok, but if we stop to pay attention its trying to use "FlatCompat" to set the configuration for "love", and i dont think thats needed since "love" is now compatible with v9 right? From this config, if we try to lint, we get this error: I think it might be because of the compat.extends usage? For reference this are my project old configurations:
And my tsconfig.json that stayed the same.
For context this project is a typescript microservice using node + jest for testing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Yes, this project is all up-to-date, so no need for that compat utility. That error seems like you're somehow Do these help? |
Beta Was this translation helpful? Give feedback.
Hello again!
I managed to make it work fine now, i went around digging how this configuration for Eslint worked, stayed a while on their docs and figure out what "love" does for me on the configuration that i did not need to do so i just "attached" the rest of our configuration to it. This is the final file. (theres a lot of rules turned off for now, we are discussing about what to keep off and on).