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

Adjust repo linting and formatting config #1077

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dist-start/
storybook-static/
report/
template/
test/test-cases/*/*
test/test-cases/
!test/test-cases/*/*.test.js
fixtures/*/*
fixtures/
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ CHANGELOG.md
.vscode/
pnpm-lock.yaml
.eslintcache
fixtures/*/.eslintrc
fixtures/*/.prettierrc
fixtures/*/tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:update": "pnpm run test -u && pnpm --filter @sku-fixtures/braid-design-system exec sku test -u",
"setup-test-hosts": "node test-utils/setupTestHosts",
"start:docs": "pnpm run --filter @sku-private/docs start",
"format": "prettier --cache --write . && eslint --cache --fix .",
"format": "prettier --cache --write . && eslint --cache --cache-location 'node_modules/.cache/eslint/.eslintcache' --fix .",
"deploy-docs": "pnpm run --filter @sku-private/docs deploy",
"release": "pnpm deploy-docs && changeset publish",
"version": "changeset version && pnpm install --lockfile-only"
Expand Down