isaacscript-lint 1.0.160 → 1.1.2

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 +0 -2
  2. package/package.json +21 -10
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # isaacscript-lint
2
2
 
3
- <!-- markdownlint-disable MD033 -->
4
-
5
3
  [![npm version](https://img.shields.io/npm/v/isaacscript-lint.svg)](https://www.npmjs.com/package/isaacscript-lint)
6
4
 
7
5
  `isaacscript-lint` is a helper package to install all of the dependencies necessary for ESLint to work with a typical TypeScript project or a typical IsaacScript mod.
package/package.json CHANGED
@@ -1,28 +1,39 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "1.0.160",
3
+ "version": "1.1.2",
4
4
  "description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
5
+ "keywords": [
6
+ "isaacscript",
7
+ "lint",
8
+ "linting",
9
+ "prettier",
10
+ "eslint"
11
+ ],
12
+ "homepage": "https://isaacscript.github.io/",
13
+ "bugs": {
14
+ "url": "https://github.com/IsaacScript/isaacscript/issues"
15
+ },
5
16
  "repository": {
6
17
  "type": "git",
7
- "url": "git+https://github.com/IsaacScript/isaacscript-lint.git"
18
+ "url": "git+https://github.com/IsaacScript/isaacscript.git"
8
19
  },
9
20
  "license": "MIT",
10
21
  "author": "Zamiell",
11
22
  "type": "commonjs",
12
23
  "dependencies": {
13
24
  "@prettier/plugin-xml": "^2.2.0",
14
- "@typescript-eslint/eslint-plugin": "^5.25.0",
15
- "@typescript-eslint/parser": "^5.25.0",
16
- "cspell": "^5.21.1",
17
- "eslint": "^8.15.0",
25
+ "@typescript-eslint/eslint-plugin": "^5.26.0",
26
+ "@typescript-eslint/parser": "^5.26.0",
27
+ "cspell": "^6.0.0",
28
+ "eslint": "^8.16.0",
18
29
  "eslint-config-airbnb-base": "^15.0.0",
19
30
  "eslint-config-airbnb-typescript": "^17.0.0",
20
- "eslint-config-isaacscript": "^1.0.79",
31
+ "eslint-config-isaacscript": "^1.2.2",
21
32
  "eslint-config-prettier": "^8.5.0",
22
33
  "eslint-plugin-eslint-comments": "^3.2.0",
23
34
  "eslint-plugin-import": "^2.26.0",
24
- "eslint-plugin-isaacscript": "^1.0.45",
25
- "eslint-plugin-jsdoc": "^39.3.0",
35
+ "eslint-plugin-isaacscript": "^1.1.1",
36
+ "eslint-plugin-jsdoc": "^39.3.1",
26
37
  "eslint-plugin-only-warn": "^1.0.3",
27
38
  "eslint-plugin-sort-exports": "^0.6.0",
28
39
  "prettier": "^2.6.2",
@@ -32,4 +43,4 @@
32
43
  "peerDependencies": {
33
44
  "typescript": "^4.6.2"
34
45
  }
35
- }
46
+ }