Skip to content

Commit

Permalink
fix: vs code eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris authored and skeptrunedev committed Jul 9, 2024
1 parent 74379ca commit 4960669
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"files.associations": {
"chat/**/*.{html,js,jsx,md,mdx,ts,tsx,vue}": "./chat/.eslintrc.json",
"search/**/*.{html,js,jsx,md,mdx,ts,tsx,vue}": "./search/.eslintrc.json",
"analytics-site/**/*.{html,js,jsx,md,mdx,ts,tsx,vue}": "./analytics-site/.eslintrc.json",
"chat/**/*": "./chat/tsconfig.json",
"search/**/*": "./search/tsconfig.json",
"analytics-site/**/*": "./analytics-site/tsconfig.json"
},
"rust-analyzer.linkedProjects": ["./server/Cargo.toml"],
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.server.path": "~/.cargo/bin/rust-analyzer",
Expand All @@ -19,6 +11,6 @@
"./frontends/chat",
"./frontends/dashboard",
"./frontends/search",
"./frontends/analytics-site"
"./frontends/analytics"
]
}

0 comments on commit 4960669

Please sign in to comment.