Skip to content

Commit 6f645b8

Browse files
committed
test(lint): don't lint eof on auto edited json files
1 parent 3fb20ca commit 6f645b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eslint.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,13 @@ module.exports = antfu({
3131
rules: {
3232
'no-console': 'off',
3333
},
34+
}, {
35+
files: [
36+
'package.json',
37+
'packages/*/package.json',
38+
'packages/*/manifest.json',
39+
],
40+
rules: {
41+
'style/eol-last': 'off',
42+
},
3443
})

0 commit comments

Comments
 (0)