Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rieken <johannes.rieken@gmail.com>2019-12-31 13:20:42 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2019-12-31 13:20:42 +0300
commit50d16a37d99389aabaad8e19dc6b7c7f636cf713 (patch)
tree0ab8a8b728124a05ee41dd34d6e2f72a45c50d1e /.vscode/settings.json
parent2bd15957aae680e78eda82fd396b7685fb404976 (diff)
add rulePaths-option for eslint extension
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ef1f7370d26..e0fd4e23428 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -37,6 +37,11 @@
}
}
],
+ "eslint.options": {
+ "rulePaths": [
+ "./build/lib/eslint"
+ ]
+ },
"typescript.tsdk": "node_modules/typescript/lib",
"npm.exclude": "**/extensions/**",
"npm.packageManager": "yarn",