mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Add Prettier to format TypeScript files
(cherry picked from commit de56862bb97b092c5fc44359caf3b2abdbcfdf96)
This commit is contained in:
parent
9f39443404
commit
e149476cf8
6 changed files with 76 additions and 3 deletions
10
frontend/.prettierignore
Normal file
10
frontend/.prettierignore
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Ignore everything recursively
|
||||
*
|
||||
|
||||
# But not the .ts files
|
||||
!*.ts*
|
||||
|
||||
*css.d.ts
|
||||
|
||||
# Check subdirectories too
|
||||
!*/
|
Loading…
Add table
Add a link
Reference in a new issue