Skip to content

Commit

Permalink
Change ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandrex committed Jul 15, 2021
1 parent b2ee3f7 commit 8361492
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "next",
"rules": {
"indent": ["error", 2],
"quotes": ["error", "double"],
"semi": ["error", "always"],
"eol-last": ["error", "always"],
"no-unused-vars": "error"
}
}

1 comment on commit 8361492

@vercel
Copy link

@vercel vercel bot commented on 8361492 Jul 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.