eslint-plugin-json-format
eslint-plugin-json-format copied to clipboard
How to set the tab width/tab size in spaces?
trafficstars
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)
Still no update on this?