1
0
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:
Whymarrh Whitby 2019-10-16 22:01:19 -02:30 committed by GitHub
parent f1c774d8f3
commit 3d1f214cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"templateStrings": true,
"classes": true,
"jsx": true
},
}
},
"extends": ["plugin:react/recommended"],

View File

@ -33,7 +33,7 @@
"always",
{
"ignore": [
"after-comment",
"after-comment"
]
}
],