Skip to content

Commit

Permalink
✨ performance update
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Apr 28, 2023
1 parent f70690c commit 7a033b9
Show file tree
Hide file tree
Showing 43 changed files with 1,729 additions and 1,961 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"root": true,
"extends": ["prettier", "eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
]
}
}
12 changes: 0 additions & 12 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 7a033b9

Please sign in to comment.