0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Enable Next.js lint

This commit is contained in:
yude 2021-09-22 07:13:44 +09:00
parent 65fbb55a33
commit a8186fb801
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
3 changed files with 1166 additions and 18 deletions

3
.eslintrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}

View File

@ -7,7 +7,8 @@
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
"export": "next export",
"lint": "next lint"
},
"repository": {
"type": "git",
@ -54,6 +55,8 @@
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.2.4"
}
}

1176
yarn.lock

File diff suppressed because it is too large Load Diff