isaacscript-lint 6.10.1 → 6.11.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.
- package/README.md +1 -1
- package/package.json +11 -11
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
|
|
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.
|
|
3
|
+
"version": "6.11.1",
|
|
4
4
|
"description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaacscript",
|
|
@@ -27,26 +27,26 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@prettier/plugin-xml": "^3.2.2",
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
31
|
-
"@typescript-eslint/parser": "^6.
|
|
32
|
-
"cspell": "^8.1.
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
31
|
+
"@typescript-eslint/parser": "^6.14.0",
|
|
32
|
+
"cspell": "^8.1.3",
|
|
33
33
|
"cspell-check-unused-words": "^1.0.11",
|
|
34
34
|
"eslint": "^8.55.0",
|
|
35
|
-
"eslint-config-isaacscript": "^4.14.
|
|
35
|
+
"eslint-config-isaacscript": "^4.14.1",
|
|
36
36
|
"eslint-config-prettier": "^9.1.0",
|
|
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.
|
|
41
|
-
"eslint-plugin-jsdoc": "^46.9.
|
|
42
|
-
"eslint-plugin-n": "^16.
|
|
40
|
+
"eslint-plugin-isaacscript": "^3.11.0",
|
|
41
|
+
"eslint-plugin-jsdoc": "^46.9.1",
|
|
42
|
+
"eslint-plugin-n": "^16.4.0",
|
|
43
43
|
"eslint-plugin-no-autofix": "^1.2.3",
|
|
44
44
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
45
45
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
46
|
-
"knip": "^3.
|
|
47
|
-
"prettier": "^3.1.
|
|
46
|
+
"knip": "^3.8.0",
|
|
47
|
+
"prettier": "^3.1.1",
|
|
48
48
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
49
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
49
|
+
"prettier-plugin-packagejson": "^2.4.7",
|
|
50
50
|
"ts-prune-2": "^0.10.7"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|