summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-06-12 00:53:23 +0530
committerSunil Shetye2025-06-12 00:53:23 +0530
commit5227933c9553f57398ec20bd8a5228e46089ea5e (patch)
tree9dd8cda9027fb9934f9da84af257f441d8ebe57a
parent11f7483b67638433135c0e19c663dee25edee985 (diff)
downloadCommon-Interface-Project-5227933c9553f57398ec20bd8a5228e46089ea5e.tar.gz
Common-Interface-Project-5227933c9553f57398ec20bd8a5228e46089ea5e.tar.bz2
Common-Interface-Project-5227933c9553f57398ec20bd8a5228e46089ea5e.zip
add eslint settings for vscode
-rw-r--r--blocks/eda-frontend/.vscode/settings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/blocks/eda-frontend/.vscode/settings.json b/blocks/eda-frontend/.vscode/settings.json
new file mode 100644
index 00000000..77bc2732
--- /dev/null
+++ b/blocks/eda-frontend/.vscode/settings.json
@@ -0,0 +1,7 @@
+{
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": true
+ },
+ "editor.formatOnSave": false,
+ "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
+}