UNPKG
eslint-plugin-ferramentas
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
A bundle of useful ESLint rules
github.com/filipomar/eslint-ferramentas
filipomar/eslint-ferramentas
eslint-plugin-ferramentas
/
.prettierrc.json
8 lines
(7 loc)
•
116 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"semi"
:
true
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"printWidth"
:
160
,
"tabWidth"
:
4
}