Skip to content

Commit ee082ad

Browse files
committed
chore: ignore lint package.json
1 parent 2dece61 commit ee082ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default antfu(
88
'**/dist/**',
99
'**/build/**',
1010
'**/coverage/**',
11+
'**/**/package.json',
1112
],
1213
},
1314
)

0 commit comments

Comments
 (0)