Skip to content

Commit bd7125a

Browse files
committed
linting
1 parent 1c9d3ae commit bd7125a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/jest-transform/src/ScriptTransformer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ type ProjectCache = {
4343
transformedFiles: Map<string, TransformResult>;
4444
};
4545

46-
4746
// This data structure is used to avoid recalculating some data every time that
4847
// we need to transform a file. Since ScriptTransformer is instantiated for each
4948
// file we need to keep this object in the local scope of this module.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Use `require` to avoid TS rootDir
22
const {version: VERSION} = require('../package.json');
33

4-
export default VERSION;
4+
export default VERSION;

0 commit comments

Comments
 (0)