mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
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:
parent
9de1f756b4
commit
7cc1666279
2 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* eslint react/sort-comp: 0 */
|
||||
import _ from 'underscore';
|
||||
import React from 'react';
|
||||
import {remote} from 'electron';
|
||||
import {
|
||||
Message,
|
||||
Actions,
|
||||
|
|
Loading…
Reference in a new issue