We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f1351 commit 2cb6f18Copy full SHA for 2cb6f18
.eslintrc.json
package.json
@@ -150,7 +150,30 @@
150
"vsce": "^1.66.0",
151
"vscode-test": "^1.2.3"
152
},
153
+ "eslintConfig": {
154
+ "env": {
155
+ "browser": true,
156
+ "es6": true
157
+ },
158
+ "extends": [
159
+ "eslint:recommended",
160
+ "plugin:@typescript-eslint/eslint-recommended"
161
+ ],
162
+ "globals": {
163
+ "Atomics": "readonly",
164
+ "SharedArrayBuffer": "readonly"
165
166
+ "parser": "@typescript-eslint/parser",
167
+ "parserOptions": {
168
+ "ecmaVersion": 2020,
169
+ "sourceType": "module"
170
171
+ "plugins": [
172
+ "@typescript-eslint"
173
174
+ "rules": {}
175
176
"__metadata": {
177
"publisherDisplayName": "denco"
178
}
-}
179
+}
0 commit comments