UNPKG
@strapi/eslint-config
Version:
alpha (0.2.0-alpha.0)
latest (0.2.1)
1.0.1
1.0.0
0.2.1
0.2.0
0.2.0-alpha.0
0.1.2
0.1.1
0.1.0
Strapi eslint configurations
github.com/strapi/eslint-config
strapi/eslint-config
@strapi/eslint-config
/
.prettierrc.js
10 lines
(9 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
endOfLine:
'lf'
,
semi:
true
,
singleQuote:
true
,
tabWidth:
2
,
trailingComma:
'es5'
,
printWidth:
100
,
arrowParens:
'always'
, }
;