Here is my project architecture :
My .eslintignore :
/public/*
/test/*
These two folders are located at client/public && client/test but for some reason when starting eslint, it still lints my excluded files.
I am launching eslint through this command :
./node_modules/.bin/eslint . -c ../.eslintrc.js
try this