Skip to content

Commit 342f218

Browse files
committed
chore: fix lint
1 parent 18bbf9b commit 342f218

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

eslint.config.js

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ import { sxzz } from '@sxzz/eslint-config'
22

33
export default sxzz({
44
pnpm: true,
5-
}).append({
6-
files: ['examples/**'],
7-
rules: {
8-
'pnpm/json-enforce-catalog': 'off',
9-
},
105
})
6+
.append({
7+
files: ['examples/**'],
8+
rules: {
9+
'pnpm/json-enforce-catalog': 'off',
10+
},
11+
})
12+
.append({
13+
files: ['docs/**/*.md/**'],
14+
rules: {
15+
'unicorn/prefer-node-protocol': 'off',
16+
},
17+
})

0 commit comments

Comments
 (0)