Skip to content

Commit 9ddd4e8

Browse files
committed
chore: ignore dashboard from linter
The old dashboard is in maintenance mode and will be replaced soon(tm).
1 parent f76f184 commit 9ddd4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/oxlint/configuration_schema.json",
3-
"ignorePatterns": ["dist/**", "*.min.js"],
3+
"ignorePatterns": ["dist/**", "*.min.js", "dashboard/src/**"],
44
"plugins": [
55
"typescript",
66
"unicorn",

0 commit comments

Comments
 (0)