Skip to content

Commit e1ba2bc

Browse files
committed
fix linting issues
1 parent 99d6a43 commit e1ba2bc

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

src/client/stylesheets/application.scss

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,12 @@
1313
@include govuk-typography-common;
1414
}
1515

16-
/*****************/
17-
/*
18-
An example of some user-supplied styling
19-
Not great practice but it illustrates the point
20-
*/
16+
// An example of some user-supplied styling
17+
// Not great practice but it illustrates the point
2118
.govuk-header {
22-
background: #008531 !important;
19+
background: #008531;
2320
}
2421

2522
.govuk-header__container {
26-
border-bottom: 10px solid #003d16 !important;
23+
border-bottom: 10px solid #003d16;
2724
}
28-
/*****************/

src/server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Wreck from '@hapi/wreck'
1111
import blipp from 'blipp'
1212
import { ProxyAgent } from 'proxy-agent'
1313

14-
1514
import { config } from '~/src/config/index.js'
1615
import { requestLogger } from '~/src/server/common/helpers/logging/request-logger.js'
1716
import { requestTracing } from '~/src/server/common/helpers/logging/request-tracing.js'

0 commit comments

Comments
 (0)