diff options
author | Sunil Shetye | 2025-06-12 00:53:23 +0530 |
---|---|---|
committer | Sunil Shetye | 2025-06-12 00:53:23 +0530 |
commit | 5227933c9553f57398ec20bd8a5228e46089ea5e (patch) | |
tree | 9dd8cda9027fb9934f9da84af257f441d8ebe57a | |
parent | 11f7483b67638433135c0e19c663dee25edee985 (diff) | |
download | Common-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.json | 7 |
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"] +} |