CenterForOpenScience/javascript

Name: javascript

Owner: Center for Open Science

Description: Center for Open Science JavaScript Style

Created: 2017-04-18 17:05:21.0

Updated: 2017-10-09 17:09:35.0

Pushed: 2017-10-09 14:41:19.0

Homepage:

Size: 70

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Center for Open Science JavaScript Style

JavaScript Style based on AirBnB's JavaScript Guide

npm version Build Status

@centerforopenscience/eslint-config

Generic ESLint configuration for the Center for Open Science

Based on AirBnB's JavaScript Guide, with a few notable exceptions including:

Usage

Add the following to your ESLint config file:


"extends": "@centerforopenscience"

Note: ESLint automatically appends /eslint-config so it is not necessary to add it here.

@centerforopenscience/eslint-config/ember

Ember ESLint configuration for the Center for Open Science

Based on COS's Base Config with eslint-plugin-ember

Since route-able components aren't stable, this is unnecessary:

This will produce too many errors or warnings to count, so for now, it's turned completely off:

The following are set to warnings, but will become errors later:

Usage

Add the following to your ESLint config file:


"extends": "@centerforopenscience/eslint-config/ember"

Note: You must include /eslint-config in the path for non-default configurations.


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.