Skip to content

Commit

Permalink
update biome schema
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Sep 23, 2024
1 parent 5b13e52 commit 8713aed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down Expand Up @@ -45,6 +45,11 @@
"**/*.cjs",
"**/*.js"
],
"ignore": ["**/dist/**", "**/storybook-static/**", "package-lock.json"]
"ignore": [
"**/dist/**",
"**/storybook-static/**",
"package-lock.json",
"test/custom-elements-manifest.config.js"
]
}
}

0 comments on commit 8713aed

Please sign in to comment.