Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
We use Prettier so no need to disable eslint on long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 19, 2018
1 parent 8826952 commit d28fea3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/__tests__/http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
* @flow strict
*/

// 80+ char lines are useful in describe/it, so ignore in this file.
/* eslint-disable max-len */

import { expect } from 'chai';
import { describe, it } from 'mocha';
import sinon from 'sinon';
Expand Down
3 changes: 0 additions & 3 deletions src/__tests__/usage-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/

// 80+ char lines are useful in describe/it, so ignore in this file.
/* eslint-disable max-len */

import { expect } from 'chai';
import { describe, it } from 'mocha';
import request from 'supertest';
Expand Down
1 change: 0 additions & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function renderGraphiQL(data: GraphiQLData): string {
: null;
const operationName = data.operationName;

/* eslint-disable max-len */
return `<!--
The request to this GraphQL server provided the header "Accept: text/html"
and as a result has been presented GraphiQL - an in-browser IDE for
Expand Down

0 comments on commit d28fea3

Please sign in to comment.