first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "xo"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^14.2.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-xo-nextjs": "^6.0.0",
|
||||
"xo": "^0.58.0"
|
||||
},
|
||||
"xo": {
|
||||
"extends": "xo-nextjs",
|
||||
"semicolon": false,
|
||||
"space": 2,
|
||||
"envs": [
|
||||
"browser",
|
||||
"es2020"
|
||||
],
|
||||
"rules": {
|
||||
"react/function-component-definition": [
|
||||
"error",
|
||||
{
|
||||
"namedComponents": "function-declaration"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user