Skip to content

Commit

Permalink
revert: revert change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rgehbt authored and lukastaegert committed Jul 19, 2024
1 parent 9496340 commit 92b113d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/no-side-effects-in-initialization.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Possible improvements for rollup:
* Properly handle valid this values
* Deleting an object expression member whose value is a global does not need to be a side-effect
/* Possible improvements for rollup:
* - Properly handle valid this values
* - Deleting an object expression member whose value is a global does not need to be a side-effect
*/

import { describe, it } from "vitest";
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"strict": true,
"skipLibCheck": true
},
"include":["src"]
"include": ["src"]
}

0 comments on commit 92b113d

Please sign in to comment.