fix: eslint warnings

This commit is contained in:
sriram veeraghanta 2024-06-13 20:30:22 +05:30
parent 645764e53d
commit 5183f4439b

View File

@ -1,7 +1,6 @@
module.exports = {
extends: [
"next",
"turbo",
"prettier",
"plugin:@typescript-eslint/recommended",
],