mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 13:13:10 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
|
|
{
|
||
|
|
"devDependencies": {
|
||
|
|
"prettier": "^3.6.2"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"format": "prettier --write .",
|
||
|
|
"format:check": "prettier --check ."
|
||
|
|
}
|
||
|
|
}
|