mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
lint filenames (#1757)
* build: update @xrplf/typescript-style * fix filename casing * fix webpack setup * add missing eslint plugin Co-authored-by: Nathan Nichols <natenichols@cox.net>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* eslint-disable @typescript-eslint/explicit-module-boundary-types -- Necessary for test setup */
|
||||
import { Client, BroadcastClient } from 'xrpl-local'
|
||||
|
||||
import createMockRippled from './mockRippled'
|
||||
import createMockRippled from './createMockRippled'
|
||||
import { getFreePort } from './testUtils'
|
||||
|
||||
async function setupMockRippledConnection(
|
||||
|
||||
Reference in New Issue
Block a user