Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit c8cdeb4

Browse files
authored
tests: disable broken rule to fix lint
See avajs/eslint-plugin-ava#253
1 parent a55f148 commit c8cdeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_stubs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sinon from 'sinon';
22
import config from '../config.default.json';
33
import DataStoreHolder from '../lib/data-store-holder';
4-
import Octokit from '@octokit/rest';
4+
import Octokit from '@octokit/rest'; //eslint-disable-line ava/no-import-test-files
55
import Source from '../lib/sources/source';
66
import TwitterAccount from '../lib/accounts/twitter';
77

0 commit comments

Comments
 (0)