Skip to content

Commit 38f6627

Browse files
committed
upgrade to ESLint 9+
1 parent 80ac079 commit 38f6627

File tree

3 files changed

+354
-283
lines changed

3 files changed

+354
-283
lines changed

eslint.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import config from "eslint-config-mourner";
2+
3+
export default [
4+
...config,
5+
{
6+
rules: {
7+
'no-sequences': 0,
8+
'no-useless-assignment': 0
9+
}
10+
}
11+
];

0 commit comments

Comments
 (0)