UNPKG
ts-base-error
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript Base Extendible Error
github.com/reduardo7/ts-base-error
reduardo7/ts-base-error
ts-base-error
/
prettier.config.js
11 lines
(10 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
trailingComma:
'es6'
,
tabWidth:
2
,
semi:
true
,
singleQuote:
true
,
endOfLine:
'lf'
,
jsxSingleQuote:
true
,
printWidth:
80
,
proseWrap:
'always'
, }
;