UNPKG
blackbox.js
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Blackbox.js is a library for handling state inside your React application. 📦
blackbox.js
/
.prettierrc
8 lines
(7 loc)
•
107 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"arrowParens"
:
"always"
,
"semi"
:
false
,
"singleQuote"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
}