This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
Rmengdi
/
classify-estimate
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
21ac5dd927
Ramuri
Etichete
dev-rmd
master
classify-estima...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
Istoric
Crud
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}