Skip to content

Commit de0bf7d

Browse files
committed
chore(nextjs): restore ESLint and Prettier dependencies and scripts
1 parent 361ab2a commit de0bf7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/nextjs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"lint:fix": "next lint --fix",
11+
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
12+
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,md}\""
1013
},
1114
"dependencies": {
1215
"@invertase/firebaseui-react": "^0.0.1",

0 commit comments

Comments
 (0)