Hello,
is there a way to set the tab width?
All my code is indented with 4 spaces, but I did not find an option to set the tab width setting for this plugin.
I also tried to use the standard indent rule of eslint, but no luck.
When I set the tab width of the file in VSCode to 4, I get squiggly lines and a Format Error: unexpected " "eslint(JSON format)
Hello,
is there a way to set the tab width?
All my code is indented with 4 spaces, but I did not find an option to set the tab width setting for this plugin.
I also tried to use the standard
indentrule of eslint, but no luck.When I set the tab width of the file in VSCode to 4, I get squiggly lines and a
Format Error: unexpected " "eslint(JSON format)