isaacscript 3.6.22 → 3.6.23
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// A special TypeScript configuration file, used by ESLint only.
|
|
2
2
|
{
|
|
3
3
|
"extends": "./tsconfig.json",
|
|
4
|
+
|
|
4
5
|
// We want to lint every file in the repository, regardless of whether it is actually bundled into
|
|
5
6
|
// the TypeScript output or not. Two entries for each file extension are needed because TypeScript
|
|
6
7
|
// will exclude files that begin with a period from an asterisk glob by default.
|