Skip to content

Commit

Permalink
lint works
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Krivtsov committed Oct 14, 2024
1 parent a3d40c8 commit 5cddb73
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "simple-import-sort"],
"plugins": ["@typescript-eslint", "simple-import-sort", "react"],
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"simple-import-sort/imports": [
Expand Down
Loading

0 comments on commit 5cddb73

Please sign in to comment.