isaacscript-lint 6.1.0 → 6.1.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -195,7 +195,7 @@ Furthermore, you will probably want Prettier and ESLint to be run automatically
195
195
  {
196
196
  "[javascript]": {
197
197
  "editor.codeActionsOnSave": {
198
- "source.fixAll": "explicit",
198
+ "source.fixAll.eslint": "explicit",
199
199
  },
200
200
  "editor.defaultFormatter": "esbenp.prettier-vscode",
201
201
  "editor.formatOnSave": true,
@@ -204,7 +204,7 @@ Furthermore, you will probably want Prettier and ESLint to be run automatically
204
204
 
205
205
  "[typescript]": {
206
206
  "editor.codeActionsOnSave": {
207
- "source.fixAll": "explicit",
207
+ "source.fixAll.eslint": "explicit",
208
208
  },
209
209
  "editor.defaultFormatter": "esbenp.prettier-vscode",
210
210
  "editor.formatOnSave": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
5
5
  "keywords": [
6
6
  "isaacscript",
@@ -24,7 +24,7 @@
24
24
  "@prettier/plugin-xml": "^3.2.1",
25
25
  "@typescript-eslint/eslint-plugin": "^6.7.5",
26
26
  "@typescript-eslint/parser": "^6.7.5",
27
- "cspell": "^7.3.7",
27
+ "cspell": "^7.3.8",
28
28
  "cspell-check-unused-words": "^1.0.6",
29
29
  "eslint": "^8.51.0",
30
30
  "eslint-config-isaacscript": "^4.6.0",
@@ -32,7 +32,7 @@
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
- "eslint-plugin-isaacscript": "^3.5.5",
35
+ "eslint-plugin-isaacscript": "^3.5.6",
36
36
  "eslint-plugin-jsdoc": "^46.8.2",
37
37
  "eslint-plugin-n": "^16.2.0",
38
38
  "eslint-plugin-no-autofix": "^1.2.3",