index
:
daft-launcher
main
old-flutter
test
Daft launcher is a clean minimal android launcher with the bare minimum number of features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.eslintrc.js
blob: ebc44e40b2af9b9f203339b87639389eb3e8b74b (
plain
) (
blame
)
1
2
3
4
5
6
7
module
.
exports
=
{
root
:
true
,
extends
:
'@react-native'
,
rules
:
{
curly
:
0
,
},
};