aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2017-03-27 11:55:43 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2017-03-27 11:55:43 +0200
commit94d658cdf122580c206557e3f73b781c994d56fe (patch)
tree5ad94b552bace8edeef753fdb42649f9253c6a6a
parent49fbdde567507bf05ee68685d3163ad151be3d1d (diff)
downloadpronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.tar.gz
pronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.tar.zst
pronto-hlint-94d658cdf122580c206557e3f73b781c994d56fe.zip
fix readme comment
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e53859..c17e25c 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Following options are available:
39Example configuration to call custom eslint executable and only lint files ending with `.my_custom_extension`: 39Example 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
43eslint_executable: '/my/custom/node/path/.bin/eslint' 43eslint_executable: '/my/custom/node/path/.bin/eslint'
44files_to_lint: '\.my_custom_extension$' 44files_to_lint: '\.my_custom_extension$'
45``` 45```