Skip to content

Commit

Permalink
Update eslint.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe authored Dec 30, 2024
1 parent 165d19f commit 13ef982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/javascript/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default [
useTabs: true,
},
],
indent: ['error', 'tab'],
indent: ['error', 'tab', { SwitchCase: 1 }],
},
},
{
Expand Down Expand Up @@ -217,4 +217,4 @@ You can edit `settings.json` of VSCode as below
#### 4) References
- Read more here [Linting Python in Visual Studio Code
](https://code.visualstudio.com/docs/python/linting) -->
](https://code.visualstudio.com/docs/python/linting) -->

0 comments on commit 13ef982

Please sign in to comment.