Skip to content

Commit 06241ef

Browse files
author
Tim Streicher
committed
add tests and fix wrong behaviour
1 parent 4840355 commit 06241ef

11 files changed

+7178
-1554
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: "@singularit"
2+
extends: "@singularit/eslint-config-typescript"
33
}

babel.config.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 'current',
8+
},
9+
},
10+
],
11+
'@babel/preset-typescript',
12+
],
13+
}

0 commit comments

Comments
 (0)