isaacscript-lint 6.10.0 → 6.11.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -174,7 +174,7 @@ In order for the linter to work inside of VSCode, you will have to install the f
174
174
  - [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
175
175
  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
176
176
 
177
- Additionally, you might also want to install the CSpell extension, which is extremely useful to spell check an entire code base:
177
+ Additionally, you might also want to install the CSpell extension, which is extremely useful to spell check an entire codebase:
178
178
 
179
179
  - [CSpell](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "6.10.0",
3
+ "version": "6.11.0",
4
4
  "description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
5
5
  "keywords": [
6
6
  "isaacscript",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-deprecation": "^2.0.0",
38
38
  "eslint-plugin-eslint-comments": "^3.2.0",
39
39
  "eslint-plugin-import": "npm:eslint-plugin-i@latest",
40
- "eslint-plugin-isaacscript": "^3.10.0",
40
+ "eslint-plugin-isaacscript": "^3.11.0",
41
41
  "eslint-plugin-jsdoc": "^46.9.0",
42
42
  "eslint-plugin-n": "^16.3.1",
43
43
  "eslint-plugin-no-autofix": "^1.2.3",
@@ -46,7 +46,7 @@
46
46
  "knip": "^3.4.0",
47
47
  "prettier": "^3.1.0",
48
48
  "prettier-plugin-organize-imports": "^3.2.4",
49
- "prettier-plugin-packagejson": "^2.4.6",
49
+ "prettier-plugin-packagejson": "^2.4.7",
50
50
  "ts-prune-2": "^0.10.7"
51
51
  },
52
52
  "peerDependencies": {