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 a1e05e9 commit acf8805Copy full SHA for acf8805
1 file changed
.vscode/settings.json
@@ -0,0 +1,18 @@
1
+{
2
+ "editor.codeActionsOnSave": {
3
+ "source.fixAll.eslint": "explicit"
4
+ },
5
+ "editor.formatOnPaste": false,
6
+ "editor.formatOnSave": false,
7
+ "editor.formatOnType": false,
8
+ "editor.rulers": [
9
+ { "color": "#fd3e3e78", "column": 120 }
10
+ ],
11
+ "editor.tabSize": 2,
12
+ "eslint.validate": [
13
+ "javascript",
14
+ "javascriptreact",
15
+ "typescript",
16
+ "typescriptreact"
17
+ ]
18
+}
0 commit comments