diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pronto/eslint_npm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pronto/eslint_npm.rb b/lib/pronto/eslint_npm.rb index 9ff7df5..bb79091 100644 --- a/lib/pronto/eslint_npm.rb +++ b/lib/pronto/eslint_npm.rb | |||
@@ -4,7 +4,7 @@ require 'shellwords' | |||
4 | module Pronto | 4 | module Pronto |
5 | class ESLintNpm < Runner | 5 | class ESLintNpm < Runner |
6 | CONFIG_FILE = '.pronto_eslint_npm.yml'.freeze | 6 | CONFIG_FILE = '.pronto_eslint_npm.yml'.freeze |
7 | CONFIG_KEYS = %i(eslint_executable files_to_lint).freeze | 7 | CONFIG_KEYS = %w(eslint_executable files_to_lint).freeze |
8 | 8 | ||
9 | attr_writer :eslint_executable | 9 | attr_writer :eslint_executable |
10 | 10 | ||