Skip to content

Commit

Permalink
Added: Eslint Error Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arifulislam5577 committed Dec 25, 2023
1 parent 423506d commit 590b0aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"extends": ["eslint:recommended", "next", "next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"@next/next/no-img-element": "off"
}
}
1 change: 0 additions & 1 deletion app/test/test.txt

This file was deleted.

0 comments on commit 590b0aa

Please sign in to comment.