Skip to content

Commit 7daccf3

Browse files
author
Hecht,Matthias (IT EDP) BIG-DE-B
committed
feat: switch to TS
1 parent 4da3be4 commit 7daccf3

23 files changed

Lines changed: 894 additions & 259 deletions
File renamed without changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
npm-debug.log*
1515
yarn-debug.log*
1616
yarn-error.log*
17+
dist

.prettierrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
import boehringerConfig from '@boehringer-ingelheim/prettier-config';
2+
13
/** @type {import('prettier').Config} */
2-
module.exports = require('@boehringer-ingelheim/prettier-config');
4+
export default {
5+
...boehringerConfig,
6+
};

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('semantic-release').Options} */
2-
module.exports = {
2+
export default {
33
branches: [
44
'master',
55
{

configs/prettier-disable.js

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default defineConfig(eslint.configs.recommended, perfectionist.configs['r
88
globals: {
99
...globals.node,
1010
},
11+
parserOptions: {
12+
projectService: {
13+
allowDefaultProject: ['*.js', '*.ts'],
14+
},
15+
},
1116
},
1217
rules: {
1318
'perfectionist/sort-objects': [

index.d.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)