Skip to content

Commit

Permalink
Merge branch 'benxene:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
krissh-the-dev committed Jun 24, 2021
2 parents 8f6da9e + 819c9c3 commit ccd50dc
Show file tree
Hide file tree
Showing 42 changed files with 7,185 additions and 2,762 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "next",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
"react/no-unescaped-entities": ["off"],
"react-hooks/exhaustive-deps": ["off"],
"@next/next/no-img-element": ["off"],
"no-unused-vars": ["warn"]
}
}
Loading

0 comments on commit ccd50dc

Please sign in to comment.