Enable lint

This commit is contained in:
Sakura Knoll
2021-12-20 06:35:03 +09:00 Unverified
parent 9d92beaeca
commit 266a8acfda
3 changed files with 1447 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
+1440 -1
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -15,13 +15,16 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.37", "@types/react": "^17.0.37",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"typescript": "^4.5.2" "typescript": "^4.5.2"
}, },
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint",
"tsc": "tsc --watch"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",