Skip to content

Commit 9478815

Browse files
committed
Fix package issues
1 parent 5ee2dff commit 9478815

13 files changed

+5662
-7978
lines changed

.eslintrc.json .eslintrc.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"eqeqeq": "error",
1616
"indent": ["warn", "tab", { "SwitchCase": 1 } ]
1717
}
18-
}
18+
}

.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typescript.tsc.autoDetect": "off",
55
"typescript.preferences.quoteStyle": "single",
66
"editor.codeActionsOnSave": {
7-
"source.fixAll.eslint": true
7+
"source.fixAll.eslint": "explicit"
88
},
99
"editor.bracketPairColorization.enabled": true
10-
}
10+
}

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323

2424
- task: NodeTool@0
2525
inputs:
26-
versionSpec: '16.x'
26+
versionSpec: '20.x'
2727
displayName: 'Install Node.js'
2828

2929
- bash: |

client/.eslintrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": "../.eslintrc.base.json",
3+
"rules": {
4+
}
5+
}

0 commit comments

Comments
 (0)