Skip to content

Commit

Permalink
test(lint): don't lint eof on auto edited json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 15, 2024
1 parent 3fb20ca commit 6f645b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eslint.config.js
Expand Up @@ -31,4 +31,13 @@ module.exports = antfu({
rules: {
'no-console': 'off',
},
}, {
files: [
'package.json',
'packages/*/package.json',
'packages/*/manifest.json',
],
rules: {
'style/eol-last': 'off',
},
})

0 comments on commit 6f645b8

Please sign in to comment.