Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Faces of GNOME Faces of GNOME
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Teams
  • EngagementEngagement
  • Websites
  • Faces of GNOMEFaces of GNOME
  • Merge requests
  • !87

feat:Add jekyll compatible prettier

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Asmit Malakannawar requested to merge Asmit2952/people-of-gnome:prettier-fix into master Apr 16, 2022
  • Overview 13
  • Commits 2
  • Pipelines 2
  • Changes 7

feat: Add jekyll compatible prettier

HTML files weren't rendering properly after saving them, hence this feat. Added jekyll-prettier plugin.

Added eslint-config-prettier to make ESLint and Prettier play nice with each other. It turns off all ESLint rules that are unnecessary or might conflict with Prettier. Refer docs.

Changed tags in post.html since jekyll-prettier was throwing error. Replaced <p> {{ content }} </p> with <div> {{ content }} </div>

Edited Apr 17, 2022 by Asmit Malakannawar
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: prettier-fix