chore: add import/newline-after-import lint rule

This commit is contained in:
Fredrik Adelöw
2020-07-02 11:05:59 +02:00
parent da6dbc7af0
commit 7389f326d9
32 changed files with 35 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@
import { SentryIssue } from './sentry-issue';
import { SentryApi } from './sentry-api';
import mockData from './sentry-issue-mock.json';
function getMockIssue(): SentryIssue {
const randomizedStats = {
'12h': new Array(12)
+1
View File
@@ -15,4 +15,5 @@
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();