Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 16, 2024
1 parent 7e62b5b commit b1f9977
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bundle.c?js
out
pnpm-lock.yaml
**/generated/
**/generated/**
**/generated
**/.serverless/**
clis/docs-migrator/src/__test__/fixtures/**
clis/docs-migrator/src/__test__/fixtures/bland/api-reference/endpoint/call.mdx
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = {
}
}
],
plugins: ["prettier-plugin-packagejson"]
plugins: ["prettier-plugin-packagejson", "prettier-plugin-tailwindcss"]
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"organize-imports-cli": "^0.10.0",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"styled-jsx": "^5.1.2",
"tailwindcss": "^3.4.3",
Expand Down
68 changes: 62 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
},
"compilerOptions": {
"noEmit": true
}
},
"include": ["apps/**/*", "packages/**/*", "clis/**/*", "servers/**/*", "scripts/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit b1f9977

Please sign in to comment.