Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a8d5b1c

Browse files
committed
chore: remove excess eslint-disable
1 parent 5b4b67c commit a8d5b1c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use babel';
22

3-
// eslint-disable-next-line import/extensions, import/no-extraneous-dependencies
43
import { CompositeDisposable } from 'atom';
54
import path from 'path';
65
import fs from 'fs';

lib/workerHelper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use babel';
22

3-
// eslint-disable-next-line import/extensions, import/no-extraneous-dependencies
43
import { Task } from 'atom';
54
import cryptoRandomString from 'crypto-random-string';
65

spec/linter-tslint-spec.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
'use babel';
22

33
import * as path from 'path';
4-
import {
5-
// eslint-disable-next-line no-unused-vars
6-
it, fit, wait, beforeEach, afterEach,
7-
} from 'jasmine-fix';
4+
import { it, beforeEach, afterEach } from 'jasmine-fix';
85
import linterTslint from '../lib/main';
96

107
// Fixture paths

0 commit comments

Comments
 (0)