mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-15 10:05:48 +00:00
Configure Prettier with semi: true (#95)
This commit is contained in:
@@ -46,5 +46,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/ripple/ripple-binary-codec#readme",
|
"homepage": "https://github.com/ripple/ripple-binary-codec#readme",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"readmeFilename": "README.md"
|
"readmeFilename": "README.md",
|
||||||
|
"prettier": {
|
||||||
|
"semi": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user