isaacscript-lint 1.1.0 → 1.1.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 +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# isaacscript-lint
|
|
2
2
|
|
|
3
|
-
<!-- markdownlint-disable MD033 -->
|
|
4
|
-
|
|
5
3
|
[](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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
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.
|
|
35
|
+
"eslint-plugin-isaacscript": "^1.1.1",
|
|
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",
|