We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e97a51 commit 4f48549Copy full SHA for 4f48549
.vscode/settings.json
@@ -1,19 +1,6 @@
1
{
2
"editor.formatOnSave": true,
3
"typescript.tsdk": "node_modules/typescript/lib",
4
- "eslint.autoFixOnSave": true,
5
- "eslint.validate": [
6
- "javascript",
7
- "javascriptreact",
8
- {
9
- "language": "typescript",
10
- "autoFix": true
11
- },
12
13
- "language": "typescriptreact",
14
15
- }
16
- ],
17
"eslint.lintTask.enable": true,
18
"typescript.format.enable": true,
19
"javascript.format.enable": true,
package.json
@@ -1,6 +1,6 @@
"name": "pri",
- "version": "3.3.28-beta.27",
+ "version": "3.3.28-beta.28",
"types": "src/node/index.ts",
"main": "built/node/index.js",
"scripts": {
0 commit comments