Jacob Fletcher
|
019677b7e6
|
chore(eslint): consolidates and prevents duplicate imports (#6756)
## Description
Adds ESLint rule to consolidate duplicate imports using the
`import/no-duplicates` rule of the `eslint-plugin-import` plugin. More
here:
https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-duplicates.md.
This was needed as opposed to `no-duplicate-imports` because of the
auto-fix feature.
|
2024-06-12 16:45:43 -04:00 |
|
Elliot DeNolf
|
ed880d5018
|
feat: storage-uploadthing package (#6316)
Co-authored-by: James <james@trbl.design>
|
2024-05-10 17:05:35 -04:00 |
|
Alessio Gravili
|
50c7269315
|
chore: replace .d.ts type imports with .js imports, as .d.ts imports break usage checks in the IDE
|
2024-03-07 16:08:49 -05:00 |
|
PatrikKozak
|
093fd2d638
|
chore: updates plugin-cloud-storage imports to ESM
|
2024-03-06 15:02:56 -05:00 |
|
Alessio Gravili
|
061e021cd4
|
chore(plugin-cloud-storage): remove outdated dev folder, lint & prettier,
|
2024-03-04 10:04:06 -05:00 |
|
Elliot DeNolf
|
c30b59c5fe
|
chore(plugin-cloud-storage): remove all dist references
|
2023-10-24 17:05:58 -04:00 |
|
Elliot DeNolf
|
bff88b3956
|
chore(plugin-cloud-storage): eslint fix
|
2023-10-24 16:20:58 -04:00 |
|
Elliot DeNolf
|
fc0c612e47
|
chore: move all files into packages/plugin-cloud-storage
|
2023-10-24 15:58:57 -04:00 |
|