mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
ce66ddcf0d
Instead of using `eslint-plugin-json` for linting JSON files, `prettier` is now used. `prettier` is capable of detecting and correcting more problems than `eslint-plugin-json` can, such as indentation. All JSON files have been run through `prettier`. The changes are all superficial.
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "webextension@metamask.io",
|
|
"strict_min_version": "56.0"
|
|
}
|
|
}
|
|
}
|