LitoMore
|
2ad74dbf0f
|
Fix memoize function of svglint (#9491)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
|
2023-09-04 06:58:08 -05:00 |
|
Álvaro Mondéjar
|
17ea889273
|
Refactor tests and scripts (#9237)
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
|
2023-08-08 06:38:52 +02:00 |
|
Álvaro Mondéjar
|
8abcd9c8b9
|
Memoize functions in SVG linting (#9233)
|
2023-08-08 06:35:36 +02:00 |
|
Álvaro Mondéjar
|
720a0e4d53
|
Fix linting error and refactor .svglintrc.mjs (#9195)
|
2023-08-04 03:27:20 +02:00 |
|
Álvaro Mondéjar
|
6178243859
|
Expose SDK in NPM package (#8077)
|
2023-04-19 15:23:13 +02:00 |
|
Álvaro Mondéjar
|
64be4fa10b
|
Improve linter message when icons SVGs include newline characters (#8281)
|
2023-02-09 20:47:14 +01:00 |
|
Álvaro Mondéjar
|
ad7de0434e
|
Standarize locale comparisons and sort icons by title in package (#7854)
* Use Intl.Collator for locale comparisons
* Sort icons by title in package
|
2022-09-24 17:29:43 +02:00 |
|
Tyler Miller
|
84c0149bba
|
Fix SVG linting errors (#7551)
* Remove newlines
* Remove newline to fix test
* Enforce `lf` line endings
* Remove trailing newline enforcement
* Remove `replace` to ensure no trailing newlines
* Revert "Enforce `lf` line endings"
This reverts commit 05a13db8c33cc0dbe78318e00ff51b6412f58094.
|
2022-07-04 18:47:33 +02:00 |
|
Sachin Raja
|
a930dc57ec
|
convert scripts to esm (#6946)
* convert scripts to esm
* fix tests
* fix tests
* fix lints
* syncFs to fsSync
* named export for fs
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
* fsSync to { promises as fs }
* convert update-svgs-count to esm
* rename data to icons
* fix build script
* switch svglintrc file to mjs
* use node: protocol
* pluralize getIcons
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
|
2021-12-25 06:22:56 -08:00 |
|