Files
spacedrive/apps/mobile
Utku b856f15b22 Tailwind Prettier Plugin (#557)
* add tailwind prettier plugin + run prettier

* add eslint tailwind plugin and eslint fix to turbo

* Ran eslint fix + fixed every other lint issues

* twStyle and lint stuff

* remove auto lint as it's buggy

* update eslint & add twStyle to tailwind regex

* Fix auto lint + config inconsistencies

* Add tailwind config to prettier config

* run lint:fix

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2023-02-16 07:04:19 +00:00
..
2023-01-22 12:47:54 +08:00
2022-10-18 20:57:17 +08:00
2023-02-16 07:04:19 +00:00
2022-08-08 20:29:14 -07:00
2022-08-08 20:29:14 -07:00
2022-08-08 20:29:14 -07:00
2022-10-18 20:57:17 +08:00
2022-09-05 00:30:34 +03:00
2022-11-01 21:32:56 +08:00
2023-01-11 14:39:19 +03:00
2023-01-11 14:39:19 +03:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node