This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
hf
/
storage
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
7a9093ba3b
Větve
Značky
master
storage
/
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'
}
}