Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds envs and globals to configurations to remove wrong errors. NOTE "node" in "env" <-- Removes 'process' is undefined error "mocha" in "env" <-- Removes 'test'/'suites' is undefined error "Thenable" in "globals" <-- Removes 'Thenables' is undefined error. Thenable is defined in node_modules/@types/vscode "NodeJS" in "gloabls" <-- Removes 'NodeJS' is undefined error. Ref Chatie/eslint-config#45 ONE-vscode-DCO-1.0-Signed-off-by: dayo09 <[email protected]>
- Loading branch information