@archpublicwebsite/eslint-config 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tools/setup/vscode.mjs +1 -1
package/package.json
CHANGED
package/tools/setup/vscode.mjs
CHANGED
|
@@ -31,7 +31,7 @@ const VSCODE_ESLINT_SETTINGS = {
|
|
|
31
31
|
},
|
|
32
32
|
|
|
33
33
|
// Let ESLint handle formatting instead of the built-in formatter
|
|
34
|
-
'editor.formatOnSave':
|
|
34
|
+
'editor.formatOnSave': false,
|
|
35
35
|
|
|
36
36
|
// Disable the default VS Code JSON formatter for files ESLint handles
|
|
37
37
|
'[json]': {
|