I’d like the linter to warn me of issues as i code / preferably break the build and show a warning on chrome. (i.e. not have to periodically run ‘npm run lint’)
i’ve achieved this in other projects using something like vite
how can i do this for Meteor? struggling to find straightforward approach for this.