Skip to content

Commit c9217dd

Browse files
committed
feat(DEV-42): Bump eslint version
1 parent dcf94e9 commit c9217dd

File tree

7 files changed

+1237
-931
lines changed

7 files changed

+1237
-931
lines changed

eslint.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import typescript from '@lenne.tech/eslint-config-ts'
2+
3+
export default [
4+
...typescript,
5+
{
6+
rules: {
7+
"unused-imports/no-unused-vars": [
8+
"warn",
9+
{
10+
"caughtErrors": "none"
11+
},
12+
],
13+
}
14+
}
15+
]

0 commit comments

Comments
 (0)