Open BebeSparkelSparkel opened 6 years ago
Hmmm, strange. Can you say what version of ESLint you are using, and what your config file looks like? The error Configuration for rule "indent" is invalid
seems to be a clue. If you're able to share a repo that reproduces the problem, I'll be happy to try digging in and figuring out what's going on. Otherwise, my only guess is that maybe a different version of ESLint is being used depending on how you're running the tests.
Sure the repo is https://github.com/BebeSparkelSparkel/form_database This should have everything you asked for
I cannot have my mocha eslint test pass if mocha runs multiple test files.
eslint Fails With Other Test
When mocha runs the eslint test and another test eslint always fails.
I also noticed that eslint tries to run the file undefined (see eslint error # 6).
Tests Pass Individually
eslint test passes by itself
Notice there are more files selected and no undefined file.
other test passes by itself