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