Skip to content

Commit

Permalink
Remove useless eslint-disable no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mdubus committed Jan 31, 2024
1 parent 61171d5 commit 93c6f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-unused-vars */
/* eslint-disable react/jsx-no-constructed-context-values */
/* eslint-disable no-console */
import React, { useState, useEffect, useCallback } from 'react'
Expand Down

0 comments on commit 93c6f01

Please sign in to comment.