Compare commits
2 commits
91949622b7
...
b4340176da
| Author | SHA1 | Date | |
|---|---|---|---|
| b4340176da | |||
| 433ff9413d |
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ steps:
|
||||||
- image: node:lts-alpine
|
- image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build:prod
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ lines-between-types=1
|
||||||
lines-after-imports=2
|
lines-after-imports=2
|
||||||
|
|
||||||
default-section = "third-party"
|
default-section = "third-party"
|
||||||
known-first-party = ["transip_client"]
|
known-first-party = ["newsreader"]
|
||||||
section-order = [
|
section-order = [
|
||||||
"future",
|
"future",
|
||||||
"standard-library",
|
"standard-library",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue