Skip to content

Commit

Permalink
Add eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Dec 7, 2024
1 parent 3e0845e commit d08b88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/species.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
export type Species = {
name: string;
scientific_name: string;
Expand Down
1 change: 1 addition & 0 deletions src/types/tree.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
import { Species } from './species';

export type Tree = {
Expand Down

0 comments on commit d08b88c

Please sign in to comment.