mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove trailing commas from JSON files (#7284)
This commit is contained in:
parent
f1c774d8f3
commit
3d1f214cb0
@ -14,7 +14,7 @@
|
||||
"templateStrings": true,
|
||||
"classes": true,
|
||||
"jsx": true
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
"extends": ["plugin:react/recommended"],
|
||||
|
@ -33,7 +33,7 @@
|
||||
"always",
|
||||
{
|
||||
"ignore": [
|
||||
"after-comment",
|
||||
"after-comment"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user