aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-28 08:29:01 +0100
committerGitHub <[email protected]>2022-01-28 08:29:01 +0100
commite63baaa4ad88e3ed69c82096a0ffbbce38facdc8 (patch)
tree617b4885183244f0eabc0966306bf0973e570b6e /.vscode/settings.json
parentc9a540f5ce955fa66c29f43be9f334e7f6366ac7 (diff)
downloadfaker-e63baaa4ad88e3ed69c82096a0ffbbce38facdc8.tar.xz
faker-e63baaa4ad88e3ed69c82096a0ffbbce38facdc8.zip
chore: configure .vscode (#311)
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..014dbf07
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,7 @@
+{
+ // Enable eslint validation for js and ts files
+ "eslint.validate": ["javascript", "typescript"],
+
+ // Always use the `package.json`'s `typescript`
+ "typescript.tsdk": "node_modules/typescript/lib"
+}