I just installed Meteor 3 and created a new project. I added eslint and a very bare config file but when I run eslint, it tries to lint the whole .meteor directory. I have the line ignores: [ '.meteor/', 'node_modules/', 'package-lock.json' ]
but nothing is working
I think the answer is code editor specific. What editor do you use?