Skip to content

Commit

Permalink
fix(monorepo): Rename repo namespace to @Bristles. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggenzone authored Dec 12, 2023
1 parent dab28f4 commit 6baf1ed
Show file tree
Hide file tree
Showing 12 changed files with 1,209 additions and 1,132 deletions.
34 changes: 0 additions & 34 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@repo/eslint-config/index.js"],
extends: ["@bristles/eslint-config/index.js"],
};
2 changes: 1 addition & 1 deletion apps/web/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@repo/eslint-config/index.js"],
extends: ["@bristles/eslint-config/index.js"],
};
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bristles.xyz",
"name": "@bristles/web",
"homepage": "https://bristles-xyz.github.io/bristles/",
"private": true,
"version": "0.0.1",
Expand Down Expand Up @@ -55,11 +55,11 @@
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"@repo/ui": "*"
"@bristles/ui": "*"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@bristles/eslint-config": "*",
"@bristles/typescript-config": "*",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.6",
"@types/react": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@repo/typescript-config/vite.json",
"extends": "@bristles/typescript-config/vite.json",
"include": ["src"],
"compilerOptions": {
"baseUrl": ".",
Expand Down
Loading

0 comments on commit 6baf1ed

Please sign in to comment.