mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
address minor mobile app linting issues (#1331)
* address lint issues * different approach
This commit is contained in:
1
app/src/global.d.ts
vendored
1
app/src/global.d.ts
vendored
@@ -3,6 +3,7 @@
|
||||
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
|
||||
|
||||
declare module '*.json' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user