We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac17f8 commit 2918ba9Copy full SHA for 2918ba9
CHANGELOG.md
@@ -8,14 +8,14 @@
8
eg:
9
before
10
```ts
11
-interface Foo {
+interface MyInterfaceBefore {
12
bar: (baz: number) => void
13
}
14
```
15
after
16
17
18
- bar(baz: number): void
+interface MyInterfaceAfter {
+ bar (baz: number): void
19
20
21
@@ -1560,7 +1560,7 @@ Co-authored-by: Alex Potsides <[email protected]>
1560
1561
### BREAKING CHANGES
1562
1563
-* Update all the deps except webpack.
+* Update all the deps except webpack.
1564
1565
1566
@@ -2247,7 +2247,7 @@ Co-authored-by: Alex Potsides <[email protected]>
2247
2248
2249
* lots of deps updated hidden problems might still exist
2250
-* console.* statement are NOW a lint error
+* console.* statement are NOW a lint error
2251
2252
2253
0 commit comments