Skip to content

Commit 92b113d

Browse files
rgehbtlukastaegert
rgehbt
authored andcommitted
revert: revert change comments
1 parent 9496340 commit 92b113d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/no-side-effects-in-initialization.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/** Possible improvements for rollup:
2-
* Properly handle valid this values
3-
* Deleting an object expression member whose value is a global does not need to be a side-effect
1+
/* Possible improvements for rollup:
2+
* - Properly handle valid this values
3+
* - Deleting an object expression member whose value is a global does not need to be a side-effect
44
*/
55

66
import { describe, it } from "vitest";

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"strict": true,
1010
"skipLibCheck": true
1111
},
12-
"include":["src"]
12+
"include": ["src"]
1313
}

0 commit comments

Comments
 (0)