Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
326 views

Intellij - jsx double quotes not applied

I am using intellij and I have started a react typescript project with vite, have added eslint and prettier, as well as lint-staged. After initially having single quotes for everything I wanted to ...
Leff's user avatar
  • 1,788
0 votes
1 answer
431 views

How to use WebStorm FileWatcher for current file only

I want to create a custom WebStorm Filewatcher rule that performs prettier-eslint on save for the currently edited file. For my arguments, is there a way to declare that the command should be used for ...
Jimmy's user avatar
  • 3,580