isaacscript 3.4.21 → 3.4.22

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.
@@ -7,6 +7,7 @@ module.exports = {
7
7
  "eslint-config-isaacscript/mod",
8
8
  ],
9
9
 
10
+ // The ".prettierrc.cjs" file is ignored by default, so we have to un-ignore it.
10
11
  ignorePatterns: ["!.prettierrc.cjs"],
11
12
 
12
13
  parserOptions: {
@@ -7,5 +7,6 @@
7
7
 
8
8
  // These are ESLint-only inclusions.
9
9
  "./.eslintrc.cjs",
10
+ "./.prettierrc.cjs",
10
11
  ],
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.4.21",
3
+ "version": "3.4.22",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",