Skip to content

Commit 00f70ea

Browse files
committed
chore: prettier
1 parent ce28e9f commit 00f70ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pnpm-lock.yaml
22
node_modules/
33
dist/
4-
coverage/
4+
coverage/

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
**Breaking: Axios configuration options must now be nested under a `config` key in module registration to support new features**
44

55
Before:
6-
```ts
6+
7+
```ts
78
AxiosModule.register({
89
baseURL: "https://example.com",
910
...
1011
})
1112
```
1213

1314
After:
15+
1416
```ts
1517
AxiosModule.register({
1618
config: {

0 commit comments

Comments
 (0)