1.4.2 • Published 1 month ago

@quave/eslint-plugin-meteor-quave v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@quave/eslint-plugin-meteor-quave

npm version

@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-quave

Debug

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 is 5. You can customize the cache expiration time in seconds.

Changelog

CHANGELOG

License

MIT