summaryrefslogtreecommitdiffstats
path: root/examples/vscode-playground/.eslintrc.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
commitfe1438b06234f8e5ecd4caa7eedfeec585b6f77c (patch)
tree5c2a9ff683189a61e0855ca3f24df319e7e03b7f /examples/vscode-playground/.eslintrc.yml
parentInitial commit. (diff)
downloadpygls-upstream.tar.xz
pygls-upstream.zip
Adding upstream version 1.3.0.upstream/1.3.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/vscode-playground/.eslintrc.yml')
-rw-r--r--examples/vscode-playground/.eslintrc.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/vscode-playground/.eslintrc.yml b/examples/vscode-playground/.eslintrc.yml
new file mode 100644
index 0000000..154438e
--- /dev/null
+++ b/examples/vscode-playground/.eslintrc.yml
@@ -0,0 +1,13 @@
+env:
+ es2021: true
+ node: true
+extends:
+ - 'eslint:recommended'
+ - 'plugin:@typescript-eslint/recommended'
+parser: '@typescript-eslint/parser'
+parserOptions:
+ ecmaVersion: 12
+ sourceType: module
+plugins:
+ - '@typescript-eslint'
+rules: {}