isaacscript-lint 1.0.56 → 1.0.60

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.
@@ -3,6 +3,6 @@
3
3
  // https://go.microsoft.com/fwlink/?LinkId=827846
4
4
  {
5
5
  "recommendations": [
6
- "streetsidesoftware.code-spell-checker", // A spell-checker extension based on cspell is used
6
+ "streetsidesoftware.code-spell-checker", // A spell-checker extension based on cspell
7
7
  ]
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "1.0.56",
3
+ "version": "1.0.60",
4
4
  "description": "An updatable linting dependency container for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,20 +9,26 @@
9
9
  "license": "GPL-3.0",
10
10
  "author": "Zamiell",
11
11
  "dependencies": {
12
- "@typescript-eslint/eslint-plugin": "^4.31.0",
13
- "@typescript-eslint/parser": "^4.31.0",
14
- "cspell": "^5.9.0",
12
+ "@typescript-eslint/eslint-plugin": "^4.31.2",
13
+ "@typescript-eslint/parser": "^4.31.2",
14
+ "cspell": "^5.10.1",
15
15
  "eslint": "^7.32.0",
16
- "eslint-config-isaacscript": "^1.0.48",
16
+ "eslint-config-airbnb-base": "^14.2.1",
17
+ "eslint-config-airbnb-typescript": "^14.0.0",
18
+ "eslint-config-isaacscript": "^1.0.50",
19
+ "eslint-config-prettier": "^8.3.0",
17
20
  "eslint-plugin-eqeqeq-fix": "^1.0.3",
18
21
  "eslint-plugin-eslint-comments": "^3.2.0",
19
22
  "eslint-plugin-import": "^2.24.2",
20
23
  "eslint-plugin-jsdoc": "^36.1.0",
21
- "eslint-plugin-no-implicit-map-set-loops": "^1.0.2",
24
+ "eslint-plugin-no-implicit-map-set-loops": "^1.0.3",
22
25
  "eslint-plugin-no-template-curly-in-string-fix": "^1.0.4",
26
+ "eslint-plugin-no-void-return-type": "^1.0.2",
23
27
  "eslint-plugin-only-warn": "^1.0.3",
24
28
  "eslint-plugin-prettier": "^4.0.0",
25
29
  "isaacscript-tsconfig": "^1.1.4",
26
- "prettier-plugin-organize-imports": "^2.3.3"
30
+ "prettier": "^2.4.1",
31
+ "prettier-plugin-organize-imports": "^2.3.3",
32
+ "ts-prune": "^0.10.0"
27
33
  }
28
34
  }