Adds @xrplf prettier config (#1598)

* build: new prettier config
This commit is contained in:
Nathan Nichols
2021-09-03 15:41:20 -07:00
committed by Mayukha Vadari
parent 8c5bc22317
commit e200de3073
263 changed files with 10185 additions and 10133 deletions

View File

@@ -38,7 +38,7 @@
// return true
// }
describe("client.formatBidsAndAsks", function () {
describe('client.formatBidsAndAsks', function () {
// 'normal': async (client, address) => {
// const orderbookInfo = {
// base: {
@@ -359,4 +359,4 @@ describe("client.formatBidsAndAsks", function () {
// )
// })
// }
});
})