naumch1k / one-fall

Landing page for ONE FALL, Salem-based melodic punk and hardcore quartet has rapidly made a mark in New England
https://develop--one-fall.netlify.app/
0 stars 0 forks source link

CHORE: Configure Prettier #8

Closed Yura33-dev closed 1 month ago

Yura33-dev commented 1 month ago

Description

Added Prettier and Prettier ESlint config in project.

Changes Made

All project files have been processed by Prettier, except node_modules folder

netlify[bot] commented 1 month ago

Deploy Preview for one-fall ready!

Name Link
Latest commit f144c0500dd44b9c014f5d70b8886482a91e8f06
Latest deploy log https://app.netlify.com/sites/one-fall/deploys/666b277dc6f775000824cfbb
Deploy Preview https://deploy-preview-8--one-fall.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Yura33-dev commented 1 month ago

Shortly about node_modules folder, .prettierignore file and work Prettier with. According to Prettier docs, node_modules include to .prettierignore implicitly by default. That is why we may not use .prettierignore file in project. It is not necessary. Also Prettier can use .gitignore file for indicate folders/directories which will not processed by Prettier.