I have a expressjs app, so times I made mistake like calling fs.abc() or _.something() (those methods doesn't exist), my editor have tree sitter and can tell me those method doesn't exist, but I'm using Gitlab pipeline, is there a way to do the parsing and catch those errors during CI? I currently only have eslint during CI but that doesn't seems to catch parsing errors