Skip to content

Commit 53e7fbb

Browse files
authored
chore: add missing lint configs (#30)
1 parent 79aa934 commit 53e7fbb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.eslintrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": ["next/core-web-vitals", "next", "prettier"],
3+
"plugins": ["prettier"],
4+
"rules": {
5+
"@next/next/google-font-display": "off",
6+
"prettier/prettier": ["error"]
7+
}
8+
}

.prettierrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"singleQuote": true,
3+
"tabWidth": 2,
4+
"semi": true
5+
}

0 commit comments

Comments
 (0)