Skip to content

Commit

Permalink
Running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri committed Dec 24, 2024
1 parent 8432e19 commit 208aa3d
Show file tree
Hide file tree
Showing 32 changed files with 251 additions and 1,049 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
"bracketSpacing": true,
"tabWidth": 2,
"printWidth": 100,
"plugins": [
"prettier-plugin-tailwindcss"
]
"plugins": ["prettier-plugin-tailwindcss"]
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ai-dev-app:
image: cornellappdev/ai-dev:${IMAGE_TAG}
ports:
- "3000:3000"
- '3000:3000'
env_file:
- .env
depends_on:
Expand Down
10 changes: 5 additions & 5 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import type { NextConfig } from "next";
import type { NextConfig } from 'next';

const nextConfig: NextConfig = {
output: "standalone",
output: 'standalone',
images: {
remotePatterns: [
{
protocol: "https",
hostname: "lh3.googleusercontent.com",
port: "",
protocol: 'https',
hostname: 'lh3.googleusercontent.com',
port: '',
},
],
},
Expand Down
Loading

0 comments on commit 208aa3d

Please sign in to comment.