Sort imports and requires (#3056)
This will definitely save time, and ensure more uniformity. It moves the `createServiceTester()` calls to a different place from where I'd like them, though I'm happy to have them checked by the linter. Closes #2701
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
const Joi = require('joi')
|
||||
const parseLinkHeader = require('parse-link-header')
|
||||
const { GithubAuthService } = require('./github-auth-service')
|
||||
const { renderContributorBadge } = require('../../lib/contributor-count')
|
||||
const { GithubAuthService } = require('./github-auth-service')
|
||||
const { documentation, errorMessagesFor } = require('./github-helpers')
|
||||
|
||||
// All we do is check its length.
|
||||
|
||||
Reference in New Issue
Block a user