Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SCSS, CSS, JSON, YAML, and JavaScript formatting using Prettier #2008

Open
4 tasks
jrgriffiniii opened this issue Jan 9, 2025 · 0 comments
Open
4 tasks
Assignees

Comments

@jrgriffiniii
Copy link
Contributor

This should integrate the Prettier in order to ensure that SCSS and CSS files are formatted using the package.json file, as well as ensuring that CircleCI automatically checks to ensure that the source code files comply with formatting rules for every CI build. Please see pulibrary/tigerdata-app#1104 for reference.

Acceptance Criteria

  • Install Prettier using yarn add --dev prettier
  • Check for any and all errors within *scss and *css files and commit those changes so the ci build will be clean
  • Correct the errors using the rule recommendations by Prettier
  • Ensure that the CircleCI configuration automatically checks the source code base using prettier for every build
@jrgriffiniii jrgriffiniii changed the title Support SCSS and CSS formatting using Prettier Support SCSS, CSS, JSON, YAML, and JavaScript formatting using Prettier Jan 9, 2025
@jrgriffiniii jrgriffiniii self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant