diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Following options are available: | |||
39 | Example configuration to call custom eslint executable and only lint files ending with `.my_custom_extension`: | 39 | Example configuration to call custom eslint executable and only lint files ending with `.my_custom_extension`: |
40 | 40 | ||
41 | ```yaml | 41 | ```yaml |
42 | # .pronto_eslint_npm.yaml | 42 | # .pronto_eslint_npm.yml |
43 | eslint_executable: '/my/custom/node/path/.bin/eslint' | 43 | eslint_executable: '/my/custom/node/path/.bin/eslint' |
44 | files_to_lint: '\.my_custom_extension$' | 44 | files_to_lint: '\.my_custom_extension$' |
45 | ``` | 45 | ``` |