Skip to content

Commit 8f1e76d

Browse files
committed
chore: update oxfmt config
1 parent 6732869 commit 8f1e76d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Version type (patch, minor, major, or specific version)'
7+
description: "Version type (patch, minor, major, or specific version)"
88
required: true
9-
default: 'patch'
9+
default: "patch"
1010

1111
permissions:
1212
contents: write

oxfmt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from 'oxfmt';
2+
3+
export default defineConfig({
4+
ignorePatterns: ['CHANGELOG.md'],
5+
});

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "angular-material-runtime-theme",
33
"version": "0.0.3",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"ng": "ng",
78
"start": "ng serve",

0 commit comments

Comments
 (0)