Skip to content

Commit 22f255a

Browse files
author
Ajit Kumar
committed
fix(plugin publish page);feat(use biomejs instead of eslint)
1 parent 24b82ef commit 22f255a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
4-
"files": { "ignoreUnknown": true, "ignore": ["dist/**/*", "*.d.ts", ".vscode/**/*", "**/jsconfig.json"] },
4+
"files": { "ignoreUnknown": true, "ignore": ["public/**/*", "*.d.ts", ".vscode/**/*", "**/jsconfig.json"] },
55
"formatter": {
66
"enabled": true,
77
"useEditorconfig": true,

0 commit comments

Comments
 (0)