UNPKG
@sylphlab/prettier-config
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Shared Prettier configuration for SylphLab projects
@sylphlab/prettier-config
/
dist
/
index.d.cts
6 lines
(3 loc)
•
86 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
Config
}
from
'prettier'
;
declare
const
config
:
Config
;
export
{ config };