chore(templates): enable next lint on blank (#6494)

Enables next linting on blank template

Closes #6481
This commit is contained in:
Elliot DeNolf
2024-05-24 11:36:50 -04:00
committed by GitHub
parent 8b91af8a5b
commit 365660764d
4 changed files with 7150 additions and 5493 deletions

View File

@@ -1,5 +1,6 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['next/core-web-vitals'],
parserOptions: {
project: ['./tsconfig.json'],
tsconfigRootDir: __dirname,

View File

@@ -31,6 +31,8 @@
"@types/react": "npm:types-react@19.0.0-beta.2",
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"typescript": "^5.4.5"
},
"engines": {

7147
templates/blank-3.0/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff