1.5.2 • Published 1 year ago
@quave/eslint-plugin-meteor-quave v1.5.2
@quave/eslint-plugin-meteor-quave
@quave/eslint-plugin-meteor-quave is a plugin for eslint to ensure Javascript and Meteor standards.
Why
This plugin will help you with your Meteor 3.0 migration.
Installation
We recommend you to use this plugin via quave-eslint-config but you can also install it directly.
Install the npm dependency
npm i -D @quave/eslint-plugin-meteor-quaveDebug
You can debug by providing the METEOR_ESLINT_PLUGIN_DEBUG env var as 1 for example, so you will see more logs.
Run your eslint task like: METEOR_ESLINT_PLUGIN_DEBUG=1 eslint .
Options
- Env var
METEOR_ESLINT_PLUGIN_EXPIRES_CACHE_IN_SECONDS: default is5. You can customize the cache expiration time in seconds. - Env var
METEOR_ESLINT_PLUGIN_DEBUG: default is disabled. You can pass this to enable debug mode and see more logs. - Env var
METEOR_ESLINT_PLUGIN_IGNORE_CACHE: default is false. You can pass this to ignore the cache. - Env var
METEOR_ESLINT_PLUGIN_FILES: use this if you want to lint a specific file.
Changelog
License
MIT