@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archpublicwebsite/eslint-config",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "author": "Archipelago International",
5
5
  "description": "Reusable ESLint flat config and git-hook toolkit for Archipelago projects",
6
6
  "type": "module",
@@ -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': true,
34
+ 'editor.formatOnSave': false,
35
35
 
36
36
  // Disable the default VS Code JSON formatter for files ESLint handles
37
37
  '[json]': {