SublimeLinter / SublimeLinter-eslint

This linter plugin for SublimeLinter provides an interface to ESLint
MIT License
865 stars 88 forks source link

Use the context object to inject the stdin-filename into the command #332

Closed kaste closed 1 year ago

kaste commented 1 year ago

If we use SublimeLinter's standard way of injecting variables, we don't need to watch out for $ characters because SublineLinter will do. This is what we did before #326 as well.

This is a follow-up of #331.