fix(Linting errors)

Summary: Second attempt at not linting the error logger and tiny lint cleanup

Test Plan: run the build

Reviewers: evan, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D3591
This commit is contained in:
Tomasz Finc 2017-01-05 14:16:39 -08:00
parent 9de1f756b4
commit 7cc1666279
2 changed files with 1 additions and 1 deletions

View file

@ -35,6 +35,7 @@ module.exports = (grunt) => {
'spec/**/*.es6',
'spec/**/*.es',
'spec/**/*.jsx',
'!src/K2/packages/local-private/src/error-logger-extensions/*.js',
'!src/**/node_modules/**/*.es6',
'!src/**/node_modules/**/*.es',
'!src/**/node_modules/**/*.jsx',

View file

@ -1,7 +1,6 @@
/* eslint react/sort-comp: 0 */
import _ from 'underscore';
import React from 'react';
import {remote} from 'electron';
import {
Message,
Actions,