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