meteor/eslint-config-meteor

Name: eslint-config-meteor

Owner: Meteor

Description: The ESLint configuration recommended by the Meteor Guide http://guide.meteor.com/

Created: 2016-11-16 06:01:23.0

Updated: 2017-11-30 20:37:02.0

Pushed: 2017-04-07 08:17:46.0

Homepage:

Size: 21

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

eslint-config-meteor

This is an ESLint configuration for Meteor apps which implements the recommendations from the Meteor Guide's section on Code style.

Usage

Install

Install by running:

or npm install --save-dev @meteorjs/eslint-config-meteor

Using meteor npm is optional for this package, but best-practice for Meteor projects in general.

Peer Dependencies

This package has several peer dependencies listed in its package.json's peerDependencies section. Warnings will be encountered during the installation step above if the project doesn't already use these modules.

The peer dependencies can be installed manually by following the package.json specification and using meteor npm install --save-dev <package> or, alternatively, using an automated tool:

Install `install-peerdeps` within the current Meteor tool version.
teor npm install --global install-peerdeps
Run the newly installed `install-peerdeps` to install this package and its dependencies.
teor install-peerdeps --dev @meteorjs/eslint-config-meteor
Configure

Add the following to the project's package.json:

intConfig": {
xtends": "@meteorjs/eslint-config-meteor"


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.