Skip to content

Commit 6545142

Browse files
Prettier fixes
1 parent 9216b62 commit 6545142

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ Note: If you run Mongo via Docker Compose, avoid starting another MongoDB on `lo
4949
- [MongoDB](https://www.mongodb.com/)
5050
- [Next.js](https://nextjs.org)
5151
- [Tailwind CSS](https://tailwindcss.com)
52-

eslint.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ const eslintConfig = defineConfig([
77
...nextVitals,
88
...nextTs,
99
prettierConfig,
10-
globalIgnores([
11-
".next/**",
12-
"out/**",
13-
"build/**",
14-
"next-env.d.ts",
15-
]),
10+
globalIgnores([".next/**", "out/**", "build/**", "next-env.d.ts"]),
1611
]);
1712

1813
export default eslintConfig;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint .",
1010
"lint:fix": "eslint --fix .",
1111
"format:check": "prettier --check .",
12-
"prettier-format": "prettier --write \"src/**/*.{ts,tsx}\""
12+
"prettier-format": "prettier --write ."
1313
},
1414
"dependencies": {
1515
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)