Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit e8bd9df

Browse files
committed
lint fixes
1 parent 9a38b93 commit e8bd9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/components/newsletter_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import styled from 'styled-components';
3-
// @ts-ignore
3+
// tslint:disable-next-line
44
const GhostAdminAPI = require('@tryghost/admin-api');
55
import { fadeIn } from 'ts/style/keyframes';
66

ts/utils/configs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @ts-ignore
1+
// tslint:disable-next-line
22
require('dotenv').config();
33

44
import { environments } from 'ts/utils/environments';

0 commit comments

Comments
 (0)