Skip to content

Commit

Permalink
change eslint format
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Jul 27, 2022
1 parent 24f5f4e commit e0ef8c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: "next/core-web-vitals"
}
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 2,
"printWidth": 100
}

2 comments on commit e0ef8c0

@vercel
Copy link

@vercel vercel bot commented on e0ef8c0 Jul 27, 2022

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for thedaviddias-blog ready!

✅ Preview
https://thedaviddias-blog-fvfssx6zy-thedaviddias1.vercel.app

Built with commit e0ef8c0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.