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

Lines changed: 9 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy