Skip to content

Commit d1359af

Browse files
committed
Update eslint config
1 parent 75d8144 commit d1359af

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.eslintrc.js

-11
This file was deleted.

eslint.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import config from '@shcherbin/eslint-config'
2+
3+
export default [
4+
...config.nodeTypescript,
5+
{
6+
rules: {
7+
'no-console': 'off'
8+
}
9+
}
10+
]

0 commit comments

Comments
 (0)