UNPKG
@kyleshevlin/eslint-plugin
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
An ESLint rule to encourage using custom hook abstractions
@kyleshevlin/eslint-plugin
/
.prettierrc
7 lines
(6 loc)
•
95 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"arrowParens"
:
"avoid"
,
"semi"
:
false
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
}