Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design systems search #405

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
8 changes: 3 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
src/backend/db/zapatos
.next
.nsm
.terraform
*.css.d.ts
# Ignore artifacts:
build
coverage
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 5 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"lint-staged": "^13.1.0",
"nextjs-server-modules": "^4.7.0",
"nodemailer-mock": "^2.0.1",
"prettier": "^2.8.8",
"prettier": "2.8.8",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you having issues w/prettier?

"rewiremock": "^3.14.5",
"storybook": "^8.1.11",
"testcontainers": "^9.8.0",
Expand Down
6 changes: 2 additions & 4 deletions src/backend/db/zapatos/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"ignorePatterns": [
"*"
]
}
"ignorePatterns": ["*"]
}
Loading
Loading