i18n.formatter.js chore: add formatjs extract & compile scripts 2年前 package.json chore: remove useless scripts 2年前 pnpm-lock.yaml chore: update pnpm-lock.yaml 2年前 tsconfig.json refactor: 迁移使用 gastby & auto format 4年前 Loading... README MIT 🧾 Resume Gener...
prettier An opinionated code formatter Here prettier-plugin-tailwindcss A Prettier plugin for Tailwind CSS that automatically sorts classes based on our recommended class order Here tailwindcss A utility-first CSS framework for rapidly building custom user interfaces. Here Icons This project use Hero Ic...
husky makes it easy to use githooks as if they are npm scripts. lint-staged allows us to run scripts on staged files in git. See this blog post about lint-staged to learn more about it. prettier is the JavaScript formatter we will run before commits....
https://jsonformatter.org https://codebeautify.org/jsonvalidator Does it fit your needs This generator just works out of the box but we understand that it is not best for all cases and to give clarifications, this is what / what is not this project really is ...
{// This is unsound because we ignore alignment, but good enough for this test.libc::malloc(layout.size())as_}unsafefndealloc(&self,ptr:*mutu8,_layout:Layout){libc::free(ptras_);}}#[global_allocator]staticA:MyAllocator=MyAllocator;#[panic_handler]fnpanic_handler(_:&core::panic::Panic...
prettier is the JavaScript formatter we will run before commits. Now we can make sure every file is formatted correctly by adding a few lines to the package.json in the project root. Add the following line to scripts section: "scripts": { + "precommit": "lint-staged", "start": "react...