File tree 14 files changed +13
-20
lines changed
14 files changed +13
-20
lines changed Original file line number Diff line number Diff line change
1
+ import eslintConfJs from "eslint-config-javascript"
2
+
3
+ export default [
4
+ ...eslintConfJs ,
5
+ ]
Original file line number Diff line number Diff line change 38
38
"dependencies" : {
39
39
"@swc/helpers" : " ^0.5.6" ,
40
40
"archiver" : " ^6.0.1" ,
41
+ "@eslint/js" : " ^9.4.0" ,
42
+ "@types/eslint__js" : " ^8.42.3" ,
41
43
"big-integer" : " ^1.6.52" ,
42
44
"chrono-node" : " ^2.7.5" ,
43
45
"csvnorm" : " ^1.1.0" ,
44
- "js-yaml" : " ^4.1.0"
46
+ "js-yaml" : " ^4.1.0" ,
47
+ "typescript" : " ^5.4.5" ,
48
+ "typescript-eslint" : " ^7.11.0"
45
49
},
46
50
"optionalDependencies" : {
47
51
"converter" : " 0.0.5" ,
51
55
"devDependencies" : {
52
56
"assert" : " ^2.1.0" ,
53
57
"conventional-changelog-cli" : " ^4.1.0" ,
54
- "esbuild" : " ^0.20.0 " ,
55
- "eslint" : " ^8.56 .0" ,
56
- "eslint-config-javascript" : " ^2.1.3 " ,
58
+ "esbuild" : " ^0.21.4 " ,
59
+ "eslint" : " ^9.4 .0" ,
60
+ "eslint-config-javascript" : " ^3.0.0 " ,
57
61
"events" : " ^3.3.0" ,
58
62
"markdown-toc" : " ^1.2.0" ,
59
63
"parcel" : " ^2.11.0" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import {prettyPrint} from "../helpers.js"
9
9
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
10
10
const log = process . env . NODE_DEBUG
11
11
? console . warn
12
- // eslint-disable-next-line @typescript-eslint/no-empty-function
13
12
: ( ) => { }
14
13
15
14
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import {prettyPrint} from "../helpers.js"
6
6
const prompt = inquirer . createPromptModule ( { output : process . stderr } )
7
7
const log = process . env . NODE_DEBUG
8
8
? console . warn
9
- // eslint-disable-next-line @typescript-eslint/no-empty-function
10
9
: ( ) => { }
11
10
12
11
Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ async function downloadRange (options = {}) {
121
121
const endInputSelector = "[tid=toPostingDate]"
122
122
const log = process . env . NODE_DEBUG
123
123
? console . warn
124
- // eslint-disable-next-line @typescript-eslint/no-empty-function
125
124
: ( ) => { }
126
125
127
126
log (
@@ -170,7 +169,6 @@ async function getTransactions (options = {}) {
170
169
const filePathTemp = temporaryFile ( { name : "dkb-transactions.csv" } )
171
170
const log = process . env . NODE_DEBUG
172
171
? console . warn
173
- // eslint-disable-next-line @typescript-eslint/no-empty-function
174
172
: ( ) => { }
175
173
176
174
const loginUrl = `${ baseUrl } /banking`
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ async function downloadRange (options = {}) {
117
117
const endInputSelector = "[name=toTransactionDate]"
118
118
const log = process . env . NODE_DEBUG
119
119
? console . warn
120
- // eslint-disable-next-line @typescript-eslint/no-empty-function
121
120
: ( ) => { }
122
121
123
122
log (
@@ -167,7 +166,6 @@ async function getTransactions (options = {}) {
167
166
const filePathTemp = temporaryFile ( { name : "dkb-transactions.csv" } )
168
167
const log = process . env . NODE_DEBUG
169
168
? console . warn
170
- // eslint-disable-next-line @typescript-eslint/no-empty-function
171
169
: ( ) => { }
172
170
173
171
const loginUrl = `${ baseUrl } /banking`
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ async function downloadRange (options = {}) {
110
110
const endInputSelector = "#dayTo_input"
111
111
const log = process . env . NODE_DEBUG
112
112
? console . warn
113
- // eslint-disable-next-line @typescript-eslint/no-empty-function
114
113
: ( ) => { }
115
114
116
115
log (
@@ -157,7 +156,6 @@ async function getTransactions (options = {}) {
157
156
const filePathTemp = temporaryFile ( { name : "hypovereinsbank-transactions.csv" } )
158
157
const log = process . env . NODE_DEBUG
159
158
? console . warn
160
- // eslint-disable-next-line @typescript-eslint/no-empty-function
161
159
: ( ) => { }
162
160
163
161
const url = `${ baseUrl } /login?view=/de/login.jsp`
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ async function downloadRange (options = {}) {
108
108
const endInputSelector = "#zeitraumKalender input[type=text]:last-of-type"
109
109
const log = process . env . NODE_DEBUG
110
110
? console . warn
111
- // eslint-disable-next-line @typescript-eslint/no-empty-function
112
111
: ( ) => { }
113
112
114
113
log (
@@ -177,7 +176,6 @@ async function getTransactions (options = {}) {
177
176
const filePathTemp = temporaryFile ( { name : "transactions.csv" } )
178
177
const log = process . env . NODE_DEBUG
179
178
? console . warn
180
- // eslint-disable-next-line @typescript-eslint/no-empty-function
181
179
: ( ) => { }
182
180
183
181
const url = `${ baseUrl } /de/home.html`
You can’t perform that action at this time.
0 commit comments