This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
examcloud-frontend
/
student-client
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ccb2aa6b3a
Ramuri
Etichete
master
student-client
/
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'
}
}