Closed
Description
- summary of problem - All .eslintrc.json rules are not getting evaluated, There're different results when I run
npm run lint
vs./gradlew spotlessCheck
and I want to know what's preventing this. I want to specifically emphasise on the rule@typescript-eslint/no-floating-promises
- gradle version - 8.1.1
- spotless version - 6.14.1
- operating system and version - MacOS 13.3.1 (a) (22E772610a)
- copy-paste your full Spotless configuration block(s), and a link to a public git repo that reproduces the problem if possible - Demo project
- copy-paste the full content of any console errors emitted by
gradlew spotless[Apply/Check] --stacktrace
- Easily reproducible using the commands mentioned in#1