Skip to content

Commit 8177053

Browse files
committed
chore: add ESLint configuration and update dependencies for TypeScript support
1 parent 41b683a commit 8177053

File tree

4 files changed

+712
-509
lines changed

4 files changed

+712
-509
lines changed

nodejs/.eslintrc.js renamed to nodejs/.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config = {
2222
]
2323
},
2424
"ignorePatterns": [
25-
".eslintrc.js"
25+
".eslintrc.cjs"
2626
],
2727
}
2828

0 commit comments

Comments
 (0)