]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - lib/pronto/eslint_npm.rb
require shellwords (which might not be required by default)
[github/fretlink/pronto-hlint.git] / lib / pronto / eslint_npm.rb
index afbae59e57536baac686c4414c10e8b42868581b..4f32e5b7e392772a90ea03faba3b209890235320 100644 (file)
@@ -1,4 +1,5 @@
 require 'pronto'
+require 'shellwords'
 
 module Pronto
   class ESLintNpm < Runner