We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63fd7e commit 3318916Copy full SHA for 3318916
README.md
@@ -25,6 +25,9 @@ Run your eslint task like: `METEOR_ESLINT_PLUGIN_DEBUG=1 eslint .`
25
## Options
26
27
- Env var `METEOR_ESLINT_PLUGIN_EXPIRES_CACHE_IN_SECONDS`: default is `5`. You can customize the cache expiration time in seconds.
28
+- Env var `METEOR_ESLINT_PLUGIN_DEBUG`: default is disabled. You can pass this to enable debug mode and see more logs.
29
+- Env var `METEOR_ESLINT_PLUGIN_IGNORE_CACHE`: default is false. You can pass this to ignore the cache.
30
+- Env var `METEOR_ESLINT_PLUGIN_FILES`: use this if you want to lint a specific file.
31
32
## Changelog
33
0 commit comments