Skip to content

Commit

Permalink
fix: ci format command
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Aug 19, 2024
1 parent 36ab7e4 commit 51e7b0d
Show file tree
Hide file tree
Showing 141 changed files with 29,414 additions and 27,173 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export default [
ignores: [".nitro/**", ".output/**"],
},
...baseConfig,
];
];
1 change: 1 addition & 0 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"clean": "git clean -xdf .cache .nitro .output .turbo .vercel node_modules",
"lint": "eslint",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format:write": "prettier --check --write . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dev": "bun with-env next dev",
"lint": "eslint",
"format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"format:write": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"start": "bun with-env next start",
"typecheck": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module.exports = {
plugins: {
tailwindcss: {},
},
}
};
Loading

0 comments on commit 51e7b0d

Please sign in to comment.