This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
hf
/
byte-sailing-storage
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
41fedb9d62
Větve
Značky
master
byte-sailing-st...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
113 B
Historie
Surový
1
2
3
4
5
6
7
8
module.exports = {
env: {
mocha: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}