Format web code with prettier

Added `.md` and `.json` to .prettierignore
This commit is contained in:
Jaime Baez 2022-09-08 12:53:09 +02:00
parent de996c0a81
commit aed94bfc4c
5 changed files with 151 additions and 149 deletions

View file

@ -1,2 +1,2 @@
import { env } from '$env/dynamic/public';
export const loginPageMessage: string = env.PUBLIC_LOGIN_PAGE_MESSAGE;
export const loginPageMessage: string = env.PUBLIC_LOGIN_PAGE_MESSAGE;