]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
fix readme comment
authorMarkus Doits <markus.doits@stellenticket.de>
Mon, 27 Mar 2017 09:55:43 +0000 (11:55 +0200)
committerMarkus Doits <markus.doits@stellenticket.de>
Mon, 27 Mar 2017 09:55:43 +0000 (11:55 +0200)
README.md

index 5e53859dfe479dbf60c4745e8a4fdbc5f0cab05c..c17e25c0091dd2daf295273acc7fdd52f1ac1acf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Following options are available:
 Example configuration to call custom eslint executable and only lint files ending with `.my_custom_extension`:
 
 ```yaml
-# .pronto_eslint_npm.yaml
+# .pronto_eslint_npm.yml
 eslint_executable: '/my/custom/node/path/.bin/eslint'
 files_to_lint: '\.my_custom_extension$'
 ```