Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellerathbone committed Dec 13, 2023
1 parent 4e8b7a2 commit 1e7c996
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/jenkins-for-jira-ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
],
"rules": {
"no-unused-vars": "off",
"jest/no-focused-tests": "off",
"@typescript-eslint/no-unused-vars": ["error"],
"indent": "off",
"@typescript-eslint/indent": ["error", "tab", {
Expand Down
2 changes: 1 addition & 1 deletion app/jenkins-for-jira-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const environmentSettings = {

const AppContainer = styled.div`
color: #172B4D;
margin: ${token('space.200')}${token('space.400')} ${token('space.300')} ${token('space.0')};
margin: ${token('space.200')} ${token('space.400')} ${token('space.300')} ${token('space.0')};
padding-bottom: ${token('space.300')};
`;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from 'react';
import {
act, fireEvent, render, screen, waitFor
} from '@testing-library/react';
import { invoke } from '@forge/bridge';
import { render, screen, waitFor } from '@testing-library/react';
import { ConnectionPanelTop } from './ConnectionPanelTop';
import { ConnectedState } from '../StatusLabel/StatusLabel';
import { addConnectedState, ConnectionPanel } from './ConnectionPanel';
Expand Down

0 comments on commit 1e7c996

Please sign in to comment.