UNPKG
@soleil-se/eslint-config
Version:
latest (6.4.0)
6.4.0
6.3.1
6.3.0
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
ESLint configuration for Sitevision apps and projects.
docs.soleil.se/packages/eslint-config
@soleil-se/eslint-config
/
prettier.js
11 lines
(10 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
{
printWidth:
100
,
tabWidth:
2
,
singleQuote:
true
,
arrowParens:
'always'
,
svelteStrictMode:
false
,
trailingComma:
'all'
,
svelteSortOrder:
'options-scripts-markup-styles'
,
bracketSameLine:
false
, }
;