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 only the current edited file? You can see below for the file watcher rule I'm trying to create. Thanks!