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 8dc9468 commit 27a474eCopy full SHA for 27a474e
README.md
@@ -82,3 +82,24 @@ For example:
82
}
83
84
```
85
+
86
+### VSCode settings for ESlint
87
88
+```json
89
+{
90
+ "editor.codeActionsOnSave": {
91
+ "source.fixAll.eslint": true
92
+ },
93
+ "editor.formatOnSave": false,
94
+ "eslint.validate": [
95
+ "javascript",
96
+ "javascriptreact",
97
+ "typescript",
98
+ "typescriptreact",
99
+ "vue",
100
+ "svelte",
101
+ "astro",
102
+ "json"
103
+ ]
104
+}
105
+```
package.json
@@ -69,9 +69,9 @@
69
"peerDependencies": {
70
"eslint": ">=7.4.0",
71
"typescript": ">=4.8.0"
72
- },
73
"simple-git-hooks": {
74
"commit-msg": "pnpm ras git-commit-verify",
75
"pre-commit": "pnpm lint && ras lint-staged"
76
- }
+ }
77
0 commit comments