isaacscript-lint 5.11.0 → 6.1.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 +6 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -194,14 +194,18 @@ Furthermore, you will probably want Prettier and ESLint to be run automatically
194
194
  // These are Visual Studio Code settings that should apply to this particular repository.
195
195
  {
196
196
  "[javascript]": {
197
- "editor.codeActionsOnSave": ["source.fixAll.eslint"],
197
+ "editor.codeActionsOnSave": {
198
+ "source.fixAll": "explicit",
199
+ },
198
200
  "editor.defaultFormatter": "esbenp.prettier-vscode",
199
201
  "editor.formatOnSave": true,
200
202
  "editor.tabSize": 2,
201
203
  },
202
204
 
203
205
  "[typescript]": {
204
- "editor.codeActionsOnSave": ["source.fixAll.eslint"],
206
+ "editor.codeActionsOnSave": {
207
+ "source.fixAll": "explicit",
208
+ },
205
209
  "editor.defaultFormatter": "esbenp.prettier-vscode",
206
210
  "editor.formatOnSave": true,
207
211
  "editor.tabSize": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "5.11.0",
3
+ "version": "6.1.0",
4
4
  "description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
5
5
  "keywords": [
6
6
  "isaacscript",
@@ -22,26 +22,26 @@
22
22
  "type": "module",
23
23
  "dependencies": {
24
24
  "@prettier/plugin-xml": "^3.2.1",
25
- "@typescript-eslint/eslint-plugin": "^6.7.2",
26
- "@typescript-eslint/parser": "^6.7.2",
27
- "cspell": "^7.3.6",
25
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
26
+ "@typescript-eslint/parser": "^6.7.5",
27
+ "cspell": "^7.3.7",
28
28
  "cspell-check-unused-words": "^1.0.6",
29
- "eslint": "^8.50.0",
30
- "eslint-config-isaacscript": "^4.3.0",
29
+ "eslint": "^8.51.0",
30
+ "eslint-config-isaacscript": "^4.6.0",
31
31
  "eslint-config-prettier": "^9.0.0",
32
32
  "eslint-plugin-deprecation": "^2.0.0",
33
33
  "eslint-plugin-eslint-comments": "^3.2.0",
34
34
  "eslint-plugin-import": "npm:eslint-plugin-i@latest",
35
35
  "eslint-plugin-isaacscript": "^3.5.5",
36
36
  "eslint-plugin-jsdoc": "^46.8.2",
37
- "eslint-plugin-n": "^16.1.0",
37
+ "eslint-plugin-n": "^16.2.0",
38
38
  "eslint-plugin-no-autofix": "^1.2.3",
39
39
  "eslint-plugin-only-warn": "^1.1.0",
40
40
  "eslint-plugin-unicorn": "^48.0.1",
41
- "knip": "^2.27.1",
41
+ "knip": "^2.33.3",
42
42
  "prettier": "^3.0.3",
43
43
  "prettier-plugin-organize-imports": "^3.2.3",
44
- "prettier-plugin-packagejson": "^2.4.5",
44
+ "prettier-plugin-packagejson": "^2.4.6",
45
45
  "ts-prune-2": "^0.10.7"
46
46
  },
47
47
  "peerDependencies": {