isaacscript 3.8.1 → 3.8.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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
// We want to always use "lf" to be consistent with all platforms.
|
|
18
18
|
"files.eol": "\n",
|
|
19
19
|
|
|
20
|
-
// Automatically
|
|
20
|
+
// Automatically remove all trailing whitespace when saving a file.
|
|
21
21
|
"files.trimTrailingWhitespace": true,
|
|
22
22
|
|
|
23
23
|
// Configure glob patterns for excluding files and folders in full text searches and quick open.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
const config = {
|
|
6
6
|
extends: [
|
|
7
7
|
// The linter base is the IsaacScript mod config:
|
|
8
|
-
// https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-config-isaacscript/mod.js
|
|
8
|
+
// https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-config-isaacscript/configs/mod.js
|
|
9
9
|
"eslint-config-isaacscript/mod",
|
|
10
10
|
],
|
|
11
11
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
// We want to always use "lf" to be consistent with all platforms.
|
|
16
16
|
"files.eol": "\n",
|
|
17
17
|
|
|
18
|
-
// Automatically
|
|
18
|
+
// Automatically remove all trailing whitespace when saving a file.
|
|
19
19
|
"files.trimTrailingWhitespace": true,
|
|
20
20
|
|
|
21
21
|
// Configure glob patterns for excluding files and folders in full text searches and quick open.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "A command line tool for managing Isaac mods written in TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"jsonc-parser": "^3.2.0",
|
|
35
35
|
"klaw-sync": "^6.0.0",
|
|
36
36
|
"moment": "^2.29.4",
|
|
37
|
-
"npm-check-updates": "^16.13.
|
|
37
|
+
"npm-check-updates": "^16.13.1",
|
|
38
38
|
"prompt": "^1.3.0",
|
|
39
39
|
"source-map-support": "^0.5.21",
|
|
40
40
|
"sync-directory": "^6.0.4",
|