Skip to content

Commit

Permalink
fix(smartlint): fix biome crash
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jan 4, 2024
1 parent cd60cf6 commit 3c33cc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run dprint
run: pnpm exec dprint check # temporarily test

- name: Lint code
run: pnpm run lint
release:
Expand Down
2 changes: 1 addition & 1 deletion packages/smartlint/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const linterCommandsMap = {
jsonymllint: 'spectral lint --ignore-unknown-format',
dockerfile: 'dockerfilelint',
prettier: 'prettier -c',
biome: 'biome check',
biome: 'biome check --diagnostic-level=warn',
lslint: 'ls-lint'
};

Expand Down

0 comments on commit 3c33cc2

Please sign in to comment.