You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.
PROBLEM : To avoid Inconsistency and different writing style codes a common style guide is to be followed across all openst repos
SOLUTION
Prettier https://prettier.io/ automatically styles the code. This saves a lot of time and mental stress in formatting the code.
Prettier code format supports:
JavaScript, including ES2017
JSX
Flow
TypeScript
CSS, Less, and SCSS
JSON
GraphQL
Markdown, including GFM
YAML
It removes all original styling and ensures the outputted code conforms to a consistent style.
The text was updated successfully, but these errors were encountered:
PROBLEM : To avoid Inconsistency and different writing style codes a common style guide is to be followed across all openst repos
SOLUTION
Prettier https://prettier.io/ automatically styles the code. This saves a lot of time and mental stress in formatting the code.
Prettier code format supports:
JavaScript, including ES2017
JSX
Flow
TypeScript
CSS, Less, and SCSS
JSON
GraphQL
Markdown, including GFM
YAML
It removes all original styling and ensures the outputted code conforms to a consistent style.
The text was updated successfully, but these errors were encountered: