added linting
added linting
This commit is contained in:
8
.eslintrc.json
Normal file
8
.eslintrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"next",
|
||||
"prettier",
|
||||
"plugin:prettier/recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user