aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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```