isaacscript-lint 6.1.0 → 6.2.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.
- package/README.md +2 -2
- package/package.json +7 -7
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.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaacscript",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@prettier/plugin-xml": "^3.2.1",
|
|
25
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
26
|
-
"@typescript-eslint/parser": "^6.
|
|
27
|
-
"cspell": "^7.3.
|
|
25
|
+
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
26
|
+
"@typescript-eslint/parser": "^6.8.0",
|
|
27
|
+
"cspell": "^7.3.8",
|
|
28
28
|
"cspell-check-unused-words": "^1.0.6",
|
|
29
29
|
"eslint": "^8.51.0",
|
|
30
|
-
"eslint-config-isaacscript": "^4.
|
|
30
|
+
"eslint-config-isaacscript": "^4.7.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
|
-
"eslint-plugin-isaacscript": "^3.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",
|
|
39
39
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
40
40
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
41
|
-
"knip": "^2.33.
|
|
41
|
+
"knip": "^2.33.4",
|
|
42
42
|
"prettier": "^3.0.3",
|
|
43
43
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
44
44
|
"prettier-plugin-packagejson": "^2.4.6",
|