/
Frontend Editor Setup

Frontend Editor Setup

  • Intellisense with twin.macro: Tailwind CSS IntelliSense and Twin · ben-rogerson twin.macro · Discussion #227

  • I also recommend installing the eslint plugin for vscode or whatever editor you use

    • for neovim, I use null-ls

    • The build pipeline will not pass if you have linting errors

    • Many ESLint errors are able to be auto-fixed

      • ctrl/cmd + shift + p in vscode brings up a menu where you can search for auto fix

      • you can set your editor up to auto-format using ESLint to fix these on save

Related content