This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix-front
Watch
1
Star
2
Fork
You've already forked salix-front
1
Code
Issues
Pull Requests
59
Releases
Wiki
Activity
7b243a470c
salix-front
/
.prettierrc.js
8 lines
121 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Formatted project
2022-03-24 13:57:11 +00:00
module
.
exports
=
{
singleQuote
:
true
,
Updated summary with computed data
2023-01-26 13:56:17 +00:00
printWidth
:
90
,
Formatted project
2022-03-24 13:57:11 +00:00
tabWidth
:
4
,
semi
:
true
,
endOfLine
:
'auto'
,
}
;