Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Latest commit

History

History
19 lines (12 loc) 路 672 Bytes

README.md

File metadata and controls

19 lines (12 loc) 路 672 Bytes

Steps to reproduce:

  1. Clone this repository:

    git clone https://github.com/loilo/repro-vscode-eslint-676
  2. Open the cloned folder with Visual Studio Code (and the vscode-eslint extension enabled):

    code repro-vscode-eslint-676
  3. Take a look at the main.js file and observe the incorrectly reported undefined variable.

  4. Note that everything works as expected when the exact same options are defined in an .eslintrc file. This can be verified by removing the -- suffix from the the included .eslintrc-- file.