Skip to content

Commit

Permalink
Merge pull request #2 from elecdeer/chore/adjust_biome
Browse files Browse the repository at this point in the history
chore: update biome.json ignore list
  • Loading branch information
elecdeer authored Jul 15, 2024
2 parents a71e002 + 58df0d6 commit 0949c0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Lint

on:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
quality:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
7 changes: 6 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["**/dist/*", "node_modules/**/*", "storybook-static/**/*"]
"ignore": [
"**/dist/*",
"node_modules/**/*",
"storybook-static/**/*",
"**/package.json"
]
},
"formatter": {
"enabled": true
Expand Down

0 comments on commit 0949c0d

Please sign in to comment.