Skip to content

Commit 26e5d58

Browse files
committed
chore: fix eslint config
1 parent 9c34089 commit 26e5d58

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

eslint.config.mjs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { sxzz } from '@sxzz/eslint-config'
2-
export default sxzz([
3-
{
4-
files: ['README.md/*.ts'],
5-
rules: {
6-
'import/no-mutable-exports': 'off',
7-
},
2+
export default sxzz().append({
3+
files: ['README.md/*.ts'],
4+
rules: {
5+
'import/no-mutable-exports': 'off',
86
},
9-
])
7+
})

0 commit comments

Comments
 (0)