Skip to content

Commit a2af0cb

Browse files
committed
Removing unnecessary EOL rule for JSON
1 parent 49888a1 commit a2af0cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,12 @@ export default [
194194
"**/.eslintrc",
195195
"**/*.json",
196196
],
197-
198197
languageOptions: {
199198
parser: parser,
200199
},
200+
rules: {
201+
"eol-last": "off",
202+
},
201203
},
202204
{
203205
files: [

0 commit comments

Comments
 (0)