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:
01cba7966b
Ramuri
Etichete
master
student-client
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
113 B
Istoric
Crud
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
"import/no-extraneous-dependencies": "off"
}
};