isaacscript-lint 1.1.2 → 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.
- package/README.md +0 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
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.
|
|
6
6
|
|
|
7
|
-
For more information about IsaacScript, see the [webpage](https://isaacscript.github.io/).
|
|
8
|
-
|
|
9
7
|
<br>
|
|
10
8
|
|
|
11
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.
|
|
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,8 +32,8 @@
|
|
|
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.
|
|
36
|
-
"eslint-plugin-jsdoc": "^39.3.
|
|
35
|
+
"eslint-plugin-isaacscript": "^1.3.3",
|
|
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",
|
|
39
39
|
"prettier": "^2.6.2",
|