mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #8] [MERGED] feat: Add Prettier for code formatting #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/8
Author: @sleepyfran
Created: 8/17/2019
Status: ✅ Merged
Merged: 8/17/2019
Merged by: @jletey
Base:
feature/frontend← Head:feature/linter📝 Commits (1)
b9406c6Added Prettier for code formatting📊 Changes
11 files changed (+448 additions, -430 deletions)
View changed files
📝
components/Button.tsx(+24 -24)📝
components/Footer.tsx(+94 -98)📝
components/Header.tsx(+73 -77)📝
components/SearchInput.tsx(+74 -68)📝
package.json(+4 -1)📝
pages/_app.tsx(+44 -40)📝
pages/_document.tsx(+25 -19)📝
pages/guide/new/index.tsx(+21 -19)📝
pages/index.tsx(+43 -43)📝
src/theme.tsx(+41 -41)📝
yarn.lock(+5 -0)📄 Description
Summary
Added Prettier with the default set of rules for code formatting.
Changes
Notes for reviewers
N/A.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.