Skip to content

Commit

Permalink
add lint:eslint:check script with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasFKobernic authored Jul 15, 2024
1 parent 4c64e5e commit bce31c7
Show file tree
Hide file tree
Showing 3 changed files with 4,239 additions and 674 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"next/core-web-vitals",
"plugin:jest/recommended",
"eslint:recommended",
"prettier"
]
}
Loading

0 comments on commit bce31c7

Please sign in to comment.