freeCodeCamp/tools/ui-components
Oliver Eyton-Williams 4ff00922da
refactor: fix hidden eslint errors (#49365)
* refactor: explicit types for validate

* refactor: explicit return types for ui-components

* refactor: use exec instead of match

* refactor: add lots more boundary types

* refactor: more eslint warnings

* refactor: more explicit exports

* refactor: more explicit types

* refactor: even more explicit types

* fix: relax type contrainsts for superblock-order

* refactor: final boundaries

* refactor: avoid using 'object' type

* fix: use named import for captureException

This uses TypeScript (which works) instead of import/namespace
(which doesn't) to check if captureException exists in sentry/gatsby
(it does)
2023-02-13 07:13:50 -08:00
..
.storybook fix(ui-components): correct the setup of tailwind default styles (#45369) 2022-03-15 15:20:57 +03:00
src refactor: fix hidden eslint errors (#49365) 2023-02-13 07:13:50 -08:00
utils refactor: fix hidden eslint errors (#49365) 2023-02-13 07:13:50 -08:00
.babelrc.js feat(tools): remove eslint-plugin-prettier for prettier (#42438) 2021-10-06 21:02:21 +05:30
package.json chore(deps): update dependency tailwindcss to v3.2.6 (#49342) 2023-02-11 10:47:01 +00:00
postcss.config.js feat(tools): setup TailwindCSS in ui-components (#42153) 2021-05-17 12:43:27 +05:30
rollup.config.js fix: build tailwind with rollup in TS (#44713) 2022-01-13 16:59:03 +03:00
tailwind.config.js fix(ui-components): add an & prefix to custom variant (#46608) 2022-06-22 10:12:39 +02:00
tsconfig.json feat(tools): add component generation script to ui-components (#44951) 2022-02-08 09:38:00 +01:00