]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - lib/pronto/eslint_npm.rb
Load YAML configuration correctly
[github/fretlink/pronto-hlint.git] / lib / pronto / eslint_npm.rb
index 9ff7df57a8218bfc697236f6c960964c4efaa1b6..bb79091bb241eed32c4a77c52b239ae322f2842b 100644 (file)
@@ -4,7 +4,7 @@ require 'shellwords'
 module Pronto
   class ESLintNpm < Runner
     CONFIG_FILE = '.pronto_eslint_npm.yml'.freeze
-    CONFIG_KEYS = %i(eslint_executable files_to_lint).freeze
+    CONFIG_KEYS = %w(eslint_executable files_to_lint).freeze
 
     attr_writer :eslint_executable