isaacscript-lint 1.1.0 → 1.1.3

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 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,9 @@
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.
8
6
 
9
- For more information about IsaacScript, see the [webpage](https://isaacscript.github.io/).
10
-
11
7
  <br>
12
8
 
13
9
  ## For Use in a TypeScript / TypeScriptToLua Project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-lint",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
5
5
  "keywords": [
6
6
  "isaacscript",
@@ -32,7 +32,7 @@
32
32
  "eslint-config-prettier": "^8.5.0",
33
33
  "eslint-plugin-eslint-comments": "^3.2.0",
34
34
  "eslint-plugin-import": "^2.26.0",
35
- "eslint-plugin-isaacscript": "^1.0.48",
35
+ "eslint-plugin-isaacscript": "^1.3.3",
36
36
  "eslint-plugin-jsdoc": "^39.3.2",
37
37
  "eslint-plugin-only-warn": "^1.0.3",
38
38
  "eslint-plugin-sort-exports": "^0.6.0",