This website requires JavaScript.
Explore
Help
Sign In
_Bastler
/
partey_workadventure
Watch
1
Star
0
Fork
0
You've already forked partey_workadventure
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7b08429db3
partey_workadventure
/
front
/
.prettierrc.json
6 lines
82 B
JSON
Raw
Normal View
History
Unescape
Escape
Adding Prettier configuration
2021-06-23 15:51:31 +02:00
{
Making max line length to 120
2021-06-23 16:58:57 +02:00
"printWidth"
:
120
,
Add Eslint check & Prettier on Svelte files
2021-12-06 16:10:35 +01:00
"tabWidth"
:
4
,
"plugins"
:
[
"prettier-plugin-svelte"
]
Adding Prettier configuration
2021-06-23 15:51:31 +02:00
}
Reference in New Issue
Copy Permalink