Skip to content

Commit

Permalink
chore: add autoimports file to eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed May 27, 2024
1 parent e3c9dae commit b8e8ece
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 274 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dist_electron/**
/tests/unit/coverage/**
/src/locales/**
auto-import.d.ts

.witnet-rust-testnet-*-wallet
genesis_block.json
4 changes: 1 addition & 3 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {

}
declare global {}
Loading

0 comments on commit b8e8ece

Please sign in to comment.