Skip to content

Commit

Permalink
chore: enable biome for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Feb 11, 2025
1 parent 52bf741 commit c84b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"include": ["src/**/*.ts", "src/**/*.tsx"],
"include": ["src/**/*.ts", "src/**/*.tsx", "plugin/src/*.ts"],
"ignore": ["example", "expo-example", "docs", "plugin", "lib"]
},
"formatter": {
Expand Down

0 comments on commit c84b94e

Please sign in to comment.