mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 02:58:20 +08:00
Removing error logger from linting
Summary: Skipping linting for the error logger Test Plan: Run the build Reviewers: juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3583
This commit is contained in:
parent
16cab4272b
commit
bf9dfa3727
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = (grunt) => {
|
|||
grunt.config.merge({
|
||||
eslint: {
|
||||
options: {
|
||||
ignore: false,
|
||||
ignore: ['src/K2/packages/local-private/src/error-logger-extensions/*.js'],
|
||||
configFile: 'build/config/eslint.json',
|
||||
},
|
||||
target: grunt.config('source:es6'),
|
||||
|
|
Loading…
Reference in a new issue