diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2017-03-27 11:55:43 +0200 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2017-03-27 11:55:43 +0200 |
commit | 94d658cdf122580c206557e3f73b781c994d56fe (patch) | |
tree | 5ad94b552bace8edeef753fdb42649f9253c6a6a | |
parent | 49fbdde567507bf05ee68685d3163ad151be3d1d (diff) | |
download | pronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.tar.gz pronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.tar.zst pronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.zip |
fix readme comment
-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 | ``` |