isaacscript 3.32.0 → 3.33.0

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.
@@ -67,7 +67,7 @@
67
67
  "editor.formatOnSave": true,
68
68
  "editor.tabSize": 2,
69
69
  },
70
- "[css][json][jsonc][html][markdown][postcss][yaml][xml]": {
70
+ "[css][html][json][jsonc][markdown][postcss][yaml][xml]": {
71
71
  "editor.defaultFormatter": "esbenp.prettier-vscode",
72
72
  "editor.formatOnSave": true,
73
73
  "editor.tabSize": 2,
@@ -4,9 +4,9 @@
4
4
  /** @type {import("prettier").Config} */
5
5
  const config = {
6
6
  plugins: [
7
- "prettier-plugin-organize-imports",
8
- "prettier-plugin-packagejson",
9
- "@prettier/plugin-xml",
7
+ "prettier-plugin-organize-imports", // Prettier does not format imports by default.
8
+ "prettier-plugin-packagejson", // Prettier does not format "package.json" by default.
9
+ "@prettier/plugin-xml", // Prettier does not format XML files by default.
10
10
  ],
11
11
 
12
12
  overrides: [
@@ -65,7 +65,7 @@
65
65
  "editor.formatOnSave": true,
66
66
  "editor.tabSize": 2,
67
67
  },
68
- "[css][json][jsonc][html][markdown][postcss][yaml][xml]": {
68
+ "[css][html][json][jsonc][markdown][postcss][yaml][xml]": {
69
69
  "editor.defaultFormatter": "esbenp.prettier-vscode",
70
70
  "editor.formatOnSave": true,
71
71
  "editor.tabSize": 2,
@@ -3,7 +3,10 @@
3
3
 
4
4
  /** @type {import("prettier").Config} */
5
5
  const config = {
6
- plugins: ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"],
6
+ plugins: [
7
+ "prettier-plugin-organize-imports", // Prettier does not format imports by default.
8
+ "prettier-plugin-packagejson", // Prettier does not format "package.json" by default.
9
+ ],
7
10
 
8
11
  overrides: [
9
12
  // Allow proper formatting of JSONC files:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",