Jakub Jirutka
|
49d16ec079
|
Use no delimiter for members in interfaces
|
2020-06-21 01:23:40 +02:00 |
|
Jakub Jirutka
|
110c8ca82a
|
Use property signature syntax for methods
See 4c9293bd5e/packages/eslint-plugin/docs/rules/method-signature-style.md
|
2020-06-20 12:47:35 +02:00 |
|
Jakub Jirutka
|
bc4d2e1d9a
|
Bump jest and ts-jest from 24.x to 25.x
|
2020-01-23 15:29:06 +01:00 |
|
Jakub Jirutka
|
1416f80634
|
Improve matcher toHtmlEqual() to support array of elements
|
2019-09-29 02:02:14 +02:00 |
|
Jakub Jirutka
|
196b37827f
|
Disable ESLint rule consistent-type-definitions
It's actually better to use "interface" instead of "type" - interfaces
preserve their name in error messages, types do not (they are just
aliases).
|
2019-09-28 01:05:25 +02:00 |
|
Jakub Jirutka
|
f19a70416e
|
Completely refactor renderer and add tests for utils
|
2019-09-16 22:54:51 +02:00 |
|