Uploading a screenshot. Maybe I am doing something wrong but the __test__ folder is not ignored for some reason.

VSCode 1.16.1
ESlint plugin version 1.3.2
The reason is that .eslintignore files are only resolve relative to the current working directory which in our cause the folder that contains the server folder. Hence the file is not read.
ESLint as support to specifying working directories for layouts like the one you use. Please see https://github.com/Microsoft/vscode-eslint#settings-options
Ping if this are still unclear.
Most helpful comment
The reason is that .eslintignore files are only resolve relative to the current working directory which in our cause the folder that contains the server folder. Hence the file is not read.
ESLint as support to specifying working directories for layouts like the one you use. Please see https://github.com/Microsoft/vscode-eslint#settings-options
Ping if this are still unclear.