Skip to content

Commit

Permalink
Merge branch 'develop' into DDFBRA-301-opgrader-stylelint-prettier-re…
Browse files Browse the repository at this point in the history
…act-komponenter
  • Loading branch information
Adamik10 committed Jan 7, 2025
2 parents 7448b5f + 1d622bc commit 80e3917
Show file tree
Hide file tree
Showing 14 changed files with 1,534 additions and 346 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
}
]
],
"plugins": [
"istanbul"
]
"plugins": ["istanbul"]
}
}
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.github/workflows/
.version.json.ejs
6 changes: 3 additions & 3 deletions .version.json.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "<%= name %>",
"buildDate": "<%= currentTime.toISOString() %>",
"version": "<%= version %>"
"name": "<%= name %>",
"buildDate": "<%= currentTime.toISOString() %>",
"version": "<%= version %>"
}
Loading

0 comments on commit 80e3917

Please sign in to comment.