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