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 57c607a commit 59071b7Copy full SHA for 59071b7
.eslintrc
@@ -29,6 +29,7 @@
29
"prefer-spread": "off",
30
"no-shadow": "off",
31
"no-unused-vars": "warn",
32
- "arrow-body-style": "off"
+ "arrow-body-style": "off",
33
+ "prefer-arrow-callback": "off"
34
}
35
config.code-workspace
@@ -41,8 +41,7 @@
41
".vcmrc": "json",
42
"*.css": "postcss",
43
"*.pcss": "postcss"
44
- },
45
- "javascript.implicitProjectConfig.checkJs": true
+ }
46
},
47
"extensions": {
48
"recommendations": [
tsconfig.json
@@ -1,4 +1,8 @@
1
{
2
+ "compilerOptions": {
3
+ "allowJs": true,
4
+ "checkJs": true
5
+ },
6
"typeRoots": [
7
"src/index.d.ts"
8
]
0 commit comments