Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
0913b716e5bd8b341f14cf08cf9310aa26ea9333
0913b716e5bd8b341f14cf08cf9310aa26ea9333
Switch branch/tag
funkwhale
front
tests
unit
.eslintrc
Find file
Normal view
History
Permalink
.eslintrc
95 Bytes
Newer
Older
Initial commit that merge both the front end and the API in the same repository
Eliot Berriot
committed
Jun 23, 2017
1
2
3
4
5
6
7
8
9
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}